COLOR #906E9B

HEX: #906E9B RGB: (144,110,155)

Color info

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

RGB color model

#906E9B color RGB value is (144,110,155).

RGB: (144,110,155) (56%, 43%, 61%)

RGB channels and saturation

R 144 of 255 = 56%
G 110 of 255 = 43%
B 155 of 255 = 61%

144
110
155

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

Portions of RGB colors in percentages

R + G + B = 144 + 110 + 155 = 409 (100%)
R 144 of 409 ~ 35.21%
G 110 of 409 ~ 26.89%
B 155 of 409 ~ 37.9'%

%35.21
%26.89
%37.9

CMYK color model

#906E9B color CMYK value is (7,29,0,39).

  • cyan value is 7.10%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (7,29,0,39)
C7M29Y0K39 (7%, 29%, 0%, 39%)
(0.07 / 0.29 / 0.00 / 0.39)

CMYK percentages

%7.1
%29.03
%0
%39.22

Codes

Color #906E9B in popluar color models

90 6E 9B
RGB 144 110 155
HSL 285° 18.37% 51.96%
HSB/HSV 285° 29.03% 60.78%
CMYK 7.10% 29.03% 0.00%
39.22%

Color #906E9B in popluar number systems.

HEX 90 6E 9B
Decimal 144 110 155
Binary 10010000 1101110 10011011
Octal 220 156 233

Shades and tints

Shades of #906E9B

#906E9B
(144,110,155)
#83648D
(131,100,141)
#765A7F
(118,90,127)
#695071
(105,80,113)
#5C4663
(92,70,99)
#4F3C55
(79,60,85)
#423247
(66,50,71)
#352839
(53,40,57)
#281E2B
(40,30,43)
#1B141D
(27,20,29)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #906E9B

#906E9B
(144,110,155)
#9A7BA4
(154,123,164)
#A488AD
(164,136,173)
#AE95B6
(174,149,182)
#B8A2BF
(184,162,191)
#C2AFC8
(194,175,200)
#CCBCD1
(204,188,209)
#D6C9DA
(214,201,218)
#E0D6E3
(224,214,227)
#EAE3EC
(234,227,236)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #906E9B; }

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

This text font color is #906E9B.

Background Color

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

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

This div background color is #906E9B.

Border color

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

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

This div border color is #906E9B.

Opacity

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

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

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

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

This text has shadow with #906E9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #906E9B.

Preview

Color preview on black background

This text has color #906E9B on black background.


Color preview on white background

This text has color #906E9B on white background.


Black color preview on #906E9B background

This text has black color on #906E9B background.


White color preview on #906E9B background

This text has white color on #906E9B background.


Related colors

Complementary color

Complementary color for #hex is #6F9164.


I love getcolorcode.com

Triadic colors

1 #9B906E and #6E9B90 with #906E9B are triadic colors.

2 #9B6E90 and #6E909B with #906E9B are triadic colors.