COLOR #90668C

HEX: #90668C RGB: (144,102,140)

Color info

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

RGB color model

#90668C color RGB value is (144,102,140).

RGB: (144,102,140) (56%, 40%, 55%)

RGB channels and saturation

R 144 of 255 = 56%
G 102 of 255 = 40%
B 140 of 255 = 55%

144
102
140

R + G + B ~ 50%. #90668C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 102 + 140 = 386 (100%)
R 144 of 386 ~ 37.31%
G 102 of 386 ~ 26.42%
B 140 of 386 ~ 36.27'%

%37.31
%26.42
%36.27

CMYK color model

#90668C color CMYK value is (0,29,3,44).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 2.78%
  • key color value is 43.53%

CMYK: (0,29,3,44)
C0M29Y3K44 (0%, 29%, 3%, 44%)
(0.00 / 0.29 / 0.03 / 0.44)

CMYK percentages

%0
%29.17
%2.78
%43.53

Codes

Color #90668C in popluar color models

90 66 8C
RGB 144 102 140
HSL 306° 17.07% 48.24%
HSB/HSV 306° 29.17% 56.47%
CMYK 0.00% 29.17% 2.78%
43.53%

Color #90668C in popluar number systems.

HEX 90 66 8C
Decimal 144 102 140
Binary 10010000 1100110 10001100
Octal 220 146 214

Shades and tints

Shades of #90668C

#90668C
(144,102,140)
#835D80
(131,93,128)
#765474
(118,84,116)
#694B68
(105,75,104)
#5C425C
(92,66,92)
#4F3950
(79,57,80)
#423044
(66,48,68)
#352738
(53,39,56)
#281E2C
(40,30,44)
#1B1520
(27,21,32)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #90668C

#90668C
(144,102,140)
#9A7396
(154,115,150)
#A480A0
(164,128,160)
#AE8DAA
(174,141,170)
#B89AB4
(184,154,180)
#C2A7BE
(194,167,190)
#CCB4C8
(204,180,200)
#D6C1D2
(214,193,210)
#E0CEDC
(224,206,220)
#EADBE6
(234,219,230)
#F4E8F0
(244,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90668C color. Also use rgb(144,102,140) instead hex code.

Text Font Color

.myTextColor { color: #90668C; }

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

This text font color is #90668C.

Background Color

.myBgColor { background-color: #90668C; }

<div style="background-color:#90668C">Inner text</div>

This div background color is #90668C.

Border color

.myBorderColor { border: 1px solid #90668C; }

<div style="border:3px solid #90668C">Div</div>

This div border color is #90668C.

Opacity

.myOpacity80 { color: #90668C; opacity: 0.8; }

<p style="color:#90668C;opacity:0.8;">80%</p>

Text with #90668C 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 #90668C;}

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

This text has shadow with #90668C color.


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

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

This text has shadow with #90668C primary color and red secondary color.


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

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

This text has shadow with #90668C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #90668C.

Preview

Color preview on black background

This text has color #90668C on black background.


Color preview on white background

This text has color #90668C on white background.


Black color preview on #90668C background

This text has black color on #90668C background.


White color preview on #90668C background

This text has white color on #90668C background.


Related colors

Complementary color

Complementary color for #hex is #6F9973.


I love getcolorcode.com

Triadic colors

1 #8C9066 and #668C90 with #90668C are triadic colors.

2 #8C6690 and #66908C with #90668C are triadic colors.