COLOR #90667D

HEX: #90667D RGB: (144,102,125)

Color info

#90667D contains red, green and blue colors in about the same proportion. Web safe color of #90667D is #996666 (or #966).

RGB color model

#90667D color RGB value is (144,102,125).

RGB: (144,102,125) (56%, 40%, 49%)

RGB channels and saturation

R 144 of 255 = 56%
G 102 of 255 = 40%
B 125 of 255 = 49%

144
102
125

R + G + B ~ 48%. #90667D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 102 + 125 = 371 (100%)
R 144 of 371 ~ 38.81%
G 102 of 371 ~ 27.49%
B 125 of 371 ~ 33.69'%

%38.81
%27.49
%33.69

CMYK color model

#90667D color CMYK value is (0,29,13,44).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 13.19%
  • key color value is 43.53%
CMYK: (0,29,13,44) C0M29Y13K44 (0%,29%,13%,44%) (0.00/0.29/0.13/0.44) 

CMYK percentages

%0
%29.17
%13.19
%43.53

Codes

Color #90667D in popluar color models

90 66 7D
RGB 144 102 125
HSL 327° 17.07% 48.24%
HSB/HSV 327° 29.17% 56.47%
CMYK 0.00% 29.17% 13.19%
43.53%

Color #90667D in popluar number systems.

HEX 90 66 7D
Decimal 144 102 125
Binary 10010000 1100110 1111101
Octal 220 146 175

Shades and tints

Shades of #90667D

#90667D
(144,102,125)
#835D72
(131,93,114)
#765467
(118,84,103)
#694B5C
(105,75,92)
#5C4251
(92,66,81)
#4F3946
(79,57,70)
#42303B
(66,48,59)
#352730
(53,39,48)
#281E25
(40,30,37)
#1B151A
(27,21,26)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #90667D

#90667D
(144,102,125)
#9A7388
(154,115,136)
#A48093
(164,128,147)
#AE8D9E
(174,141,158)
#B89AA9
(184,154,169)
#C2A7B4
(194,167,180)
#CCB4BF
(204,180,191)
#D6C1CA
(214,193,202)
#E0CED5
(224,206,213)
#EADBE0
(234,219,224)
#F4E8EB
(244,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90667D color. Also use rgb(144,102,125) instead hex code.

Text Font Color

.myTextColor { color: #90667D; }

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

This text font color is #90667D.

Background Color

.myBgColor { background-color: #90667D; }

<div style="background-color:#90667D">Inner text</div>

This div background color is #90667D.

Border color

.myBorderColor { border: 1px solid #90667D; }

<div style="border:3px solid #90667D">Div</div>

This div border color is #90667D.

Opacity

.myOpacity80 { color: #90667D; opacity: 0.8; }

<p style="color:#90667D;opacity:0.8;">80%</p>

Text with #90667D 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 #90667D;}

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

This text has shadow with #90667D color.


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

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

This text has shadow with #90667D primary color and red secondary color.


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

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

This text has shadow with #90667D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #90667D.

Preview

Color preview on black background

This text has color #90667D on black background.


Color preview on white background

This text has color #90667D on white background.


Black color preview on #90667D background

This text has black color on #90667D background.


White color preview on #90667D background

This text has white color on #90667D background.


Related colors

Complementary color

Complementary color for #hex is #6F9982.


I love getcolorcode.com

Triadic colors

1 #7D9066 and #667D90 with #90667D are triadic colors.

2 #7D6690 and #66907D with #90667D are triadic colors.