COLOR #90809E

HEX: #90809E
RGB: (144,128,158)

Color info

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

RGB color model

#90809E color RGB value is (144,128,158).

  • red value is 144;
  • green value is 128;
  • blue value is 158.
RGB:
(144,128,158)
(56%,50%,62%)

RGB channels and saturation

R 144 of 255 = 56%
G 128 of 255 = 50%
B 158 of 255 = 62%

144
128
158

R + G + B ~ 56%. #90809E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 128 + 158 = 430 (100%)
R 144 of 430 ~ 33.49%
G 128 of 430 ~ 29.77%
B 158 of 430 ~ 36.74%

%33.49
%29.77
%36.74

CMYK color model

#90809E color CMYK value is (9,19,0,38).

  • cyan value is 8.86%
  • magenta value is 18.99%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(9,19,0,38)
C9M19Y0K38 
(9%,19%,0%,38%)
(0.09/0.19/0.00/0.38)	

CMYK percentages

%8.86
%18.99
%0
%38.04

Codes

Color #90809E in popluar color models

90809E
RGB144128158
HSL272°13.39%56.08%
HSB/HSV272°18.99%61.96%
CMYK8.86%18.99%0.00%
38.04%

Color #90809E in popluar number systems.

HEX90809E
Decimal144128158
Binary100100001000000010011110
Octal220200236

Shades and tints

Shades of #90809E

#90809E
(144,128,158)
#837590
(131,117,144)
#766A82
(118,106,130)
#695F74
(105,95,116)
#5C5466
(92,84,102)
#4F4958
(79,73,88)
#423E4A
(66,62,74)
#35333C
(53,51,60)
#28282E
(40,40,46)
#1B1D20
(27,29,32)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #90809E

#90809E
(144,128,158)
#9A8BA6
(154,139,166)
#A496AE
(164,150,174)
#AEA1B6
(174,161,182)
#B8ACBE
(184,172,190)
#C2B7C6
(194,183,198)
#CCC2CE
(204,194,206)
#D6CDD6
(214,205,214)
#E0D8DE
(224,216,222)
#EAE3E6
(234,227,230)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90809E color. Also use rgb(144,128,158) instead hex code.

Text Font Color

.myTextColor { color: #90809E; }

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

This text font color is #90809E.


Background Color

.myBgColor { background-color: #90809E; }

<div style="background-color:#90809E">Inner text</div>

This div background color is #90809E.


Border color

.myBorderColor { border: 1px solid #90809E; }

<div style="border:3px solid #90809E">Div</div>

This div border color is #90809E.


Opacity

.myOpacity80 { color: #90809E; opacity: 0.8; }

<p style="color:#90809E;opacity:0.8;">80%</p>

Text with #90809E 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 #90809E;}

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

This text has shadow with #90809E color.

.textShadow {text-shadow: 3px 3px 1px #90809E, 3px 3px 1px red;}

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

This text has shadow with #90809E primary color and red secondary color.


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

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

This text has shadow with #90809E and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #90809E;
-webkit-box-shadow: 1px 1px 3px 2px #90809E;
box-shadow:1px 1px 3px 2px #90809E;">
Div content here</div>
This div box has shadow with color #90809E.

Preview

Color preview on black background

This text has color #90809E on black background.


Color preview on white background

This text has color #90809E on white background.



Black color preview on #90809E background

This text has black color on #90809E background.


White color preview on #90809E background

This text has white color on #90809E background.