COLOR #906E99

HEX: #906E99
RGB: (144,110,153)

Color info

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

RGB color model

#906E99 color RGB value is (144,110,153).

  • red value is 144;
  • green value is 110;
  • blue value is 153.
RGB:
(144,110,153)
(56%,43%,60%)

RGB channels and saturation

R 144 of 255 = 56%
G 110 of 255 = 43%
B 153 of 255 = 60%

144
110
153

R + G + B ~ 53%. #906E99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 110 + 153 = 407 (100%)
R 144 of 407 ~ 35.38%
G 110 of 407 ~ 27.03%
B 153 of 407 ~ 37.59%

%35.38
%27.03
%37.59

CMYK color model

#906E99 color CMYK value is (6,28,0,40).

  • cyan value is 5.88%
  • magenta value is 28.10%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(6,28,0,40)
C6M28Y0K40 
(6%,28%,0%,40%)
(0.06/0.28/0.00/0.40)	

CMYK percentages

%5.88
%28.1
%0
%40

Codes

Color #906E99 in popluar color models

906E99
RGB144110153
HSL287°17.41%51.57%
HSB/HSV287°28.10%60.00%
CMYK5.88%28.10%0.00%
40.00%

Color #906E99 in popluar number systems.

HEX906E99
Decimal144110153
Binary10010000110111010011001
Octal220156231

Shades and tints

Shades of #906E99

#906E99
(144,110,153)
#83648C
(131,100,140)
#765A7F
(118,90,127)
#695072
(105,80,114)
#5C4665
(92,70,101)
#4F3C58
(79,60,88)
#42324B
(66,50,75)
#35283E
(53,40,62)
#281E31
(40,30,49)
#1B1424
(27,20,36)
#0E0A17
(14,10,23)
#000000
(0,0,0)

Tints of #906E99

#906E99
(144,110,153)
#9A7BA2
(154,123,162)
#A488AB
(164,136,171)
#AE95B4
(174,149,180)
#B8A2BD
(184,162,189)
#C2AFC6
(194,175,198)
#CCBCCF
(204,188,207)
#D6C9D8
(214,201,216)
#E0D6E1
(224,214,225)
#EAE3EA
(234,227,234)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #906E99 color. Also use rgb(144,110,153) instead hex code.

Text Font Color

.myTextColor { color: #906E99; }

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

This text font color is #906E99.


Background Color

.myBgColor { background-color: #906E99; }

<div style="background-color:#906E99">Inner text</div>

This div background color is #906E99.


Border color

.myBorderColor { border: 1px solid #906E99; }

<div style="border:3px solid #906E99">Div</div>

This div border color is #906E99.


Opacity

.myOpacity80 { color: #906E99; opacity: 0.8; }

<p style="color:#906E99;opacity:0.8;">80%</p>

Text with #906E99 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 #906E99;}

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

This text has shadow with #906E99 color.

.textShadow {text-shadow: 3px 3px 1px #906E99, 3px 3px 1px red;}

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

This text has shadow with #906E99 primary color and red secondary color.


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

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

This text has shadow with #906E99 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #906E99 on black background.


Color preview on white background

This text has color #906E99 on white background.



Black color preview on #906E99 background

This text has black color on #906E99 background.


White color preview on #906E99 background

This text has white color on #906E99 background.