COLOR #906E9C

HEX: #906E9C
RGB: (144,110,156)

Color info

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

RGB color model

#906E9C color RGB value is (144,110,156).

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

RGB channels and saturation

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

144
110
156

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

Portions of RGB colors in percentages

R + G + B =
144 + 110 + 156 = 410 (100%)
R 144 of 410 ~ 35.12%
G 110 of 410 ~ 26.83%
B 156 of 410 ~ 38.05%

%35.12
%26.83
%38.05

CMYK color model

#906E9C color CMYK value is (8,29,0,39).

  • cyan value is 7.69%
  • magenta value is 29.49%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(8,29,0,39)
C8M29Y0K39 
(8%,29%,0%,39%)
(0.08/0.29/0.00/0.39)	

CMYK percentages

%7.69
%29.49
%0
%38.82

Codes

Color #906E9C in popluar color models

906E9C
RGB144110156
HSL284°18.85%52.16%
HSB/HSV284°29.49%61.18%
CMYK7.69%29.49%0.00%
38.82%

Color #906E9C in popluar number systems.

HEX906E9C
Decimal144110156
Binary10010000110111010011100
Octal220156234

Shades and tints

Shades of #906E9C

#906E9C
(144,110,156)
#83648E
(131,100,142)
#765A80
(118,90,128)
#695072
(105,80,114)
#5C4664
(92,70,100)
#4F3C56
(79,60,86)
#423248
(66,50,72)
#35283A
(53,40,58)
#281E2C
(40,30,44)
#1B141E
(27,20,30)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #906E9C

#906E9C
(144,110,156)
#9A7BA5
(154,123,165)
#A488AE
(164,136,174)
#AE95B7
(174,149,183)
#B8A2C0
(184,162,192)
#C2AFC9
(194,175,201)
#CCBCD2
(204,188,210)
#D6C9DB
(214,201,219)
#E0D6E4
(224,214,228)
#EAE3ED
(234,227,237)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #906E9C; }

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

This text font color is #906E9C.


Background Color

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

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

This div background color is #906E9C.


Border color

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

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

This div border color is #906E9C.


Opacity

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

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

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

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

This text has shadow with #906E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #906E9C on black background.


Color preview on white background

This text has color #906E9C on white background.



Black color preview on #906E9C background

This text has black color on #906E9C background.


White color preview on #906E9C background

This text has white color on #906E9C background.