COLOR #90699A

HEX: #90699A RGB: (144,105,154)

Color info

#90699A contains red, green and blue colors in about the same proportion. Web safe color of #90699A is #996699 (or #969).

RGB color model

#90699A color RGB value is (144,105,154).

RGB: (144,105,154) (56%, 41%, 60%)

RGB channels and saturation

R 144 of 255 = 56%
G 105 of 255 = 41%
B 154 of 255 = 60%

144
105
154

R + G + B ~ 52%. #90699A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 105 + 154 = 403 (100%)
R 144 of 403 ~ 35.73%
G 105 of 403 ~ 26.05%
B 154 of 403 ~ 38.21'%

%35.73
%26.05
%38.21

CMYK color model

#90699A color CMYK value is (6,32,0,40).

  • cyan value is 6.49%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (6,32,0,40)
C6M32Y0K40 (6%, 32%, 0%, 40%)
(0.06 / 0.32 / 0.00 / 0.40)

CMYK percentages

%6.49
%31.82
%0
%39.61

Codes

Color #90699A in popluar color models

90 69 9A
RGB 144 105 154
HSL 288° 19.52% 50.78%
HSB/HSV 288° 31.82% 60.39%
CMYK 6.49% 31.82% 0.00%
39.61%

Color #90699A in popluar number systems.

HEX 90 69 9A
Decimal 144 105 154
Binary 10010000 1101001 10011010
Octal 220 151 232

Shades and tints

Shades of #90699A

#90699A
(144,105,154)
#83608C
(131,96,140)
#76577E
(118,87,126)
#694E70
(105,78,112)
#5C4562
(92,69,98)
#4F3C54
(79,60,84)
#423346
(66,51,70)
#352A38
(53,42,56)
#28212A
(40,33,42)
#1B181C
(27,24,28)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #90699A

#90699A
(144,105,154)
#9A76A3
(154,118,163)
#A483AC
(164,131,172)
#AE90B5
(174,144,181)
#B89DBE
(184,157,190)
#C2AAC7
(194,170,199)
#CCB7D0
(204,183,208)
#D6C4D9
(214,196,217)
#E0D1E2
(224,209,226)
#EADEEB
(234,222,235)
#F4EBF4
(244,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90699A color. Also use rgb(144,105,154) instead hex code.

Text Font Color

.myTextColor { color: #90699A; }

<p style="color:#90699A">This sample text font color is #90699A.</p>

This text font color is #90699A.

Background Color

.myBgColor { background-color: #90699A; }

<div style="background-color:#90699A">Inner text</div>

This div background color is #90699A.

Border color

.myBorderColor { border: 1px solid #90699A; }

<div style="border:3px solid #90699A">Div</div>

This div border color is #90699A.

Opacity

.myOpacity80 { color: #90699A; opacity: 0.8; }

<p style="color:#90699A;opacity:0.8;">80%</p>

Text with #90699A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #90699A;}

<p style="text-shadow: 3px 3px 1px #90699A">Text here.</p>

This text has shadow with #90699A color.


.textShadow {text-shadow: 3px 3px 1px #90699A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #90699A, 5px 5px 20px red">Text here.</p>

This text has shadow with #90699A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#90699A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#90699A, Direction=45, Strength=4)">Text</p>

This text has shadow with #90699A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #90699A;
-webkit-box-shadow: 1px 1px 3px 2px #90699A;
box-shadow: 1px 1px 3px 2px #90699A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #90699A; -webkit-box-shadow: 1px 1px 3px 2px #90699A; box-shadow:1px 1px 3px 2px #90699A;">
Div content here
</div>

This div box has shadow with color #90699A.

Preview

Color preview on black background

This text has color #90699A on black background.


Color preview on white background

This text has color #90699A on white background.


Black color preview on #90699A background

This text has black color on #90699A background.


White color preview on #90699A background

This text has white color on #90699A background.


Related colors

Complementary color

Complementary color for #hex is #6F9665.


I love getcolorcode.com

Triadic colors

1 #9A9069 and #699A90 with #90699A are triadic colors.

2 #9A6990 and #69909A with #90699A are triadic colors.