COLOR #906EAA

HEX: #906EAA RGB: (144,110,170)

Color info

#906EAA contains mainly red and blue colors. Web safe color of #906EAA is #996699 (or #969).

RGB color model

#906EAA color RGB value is (144,110,170).

RGB: (144,110,170) (56%, 43%, 67%)

RGB channels and saturation

R 144 of 255 = 56%
G 110 of 255 = 43%
B 170 of 255 = 67%

144
110
170

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

Portions of RGB colors in percentages

R + G + B = 144 + 110 + 170 = 424 (100%)
R 144 of 424 ~ 33.96%
G 110 of 424 ~ 25.94%
B 170 of 424 ~ 40.09'%

%33.96
%25.94
%40.09

CMYK color model

#906EAA color CMYK value is (15,35,0,33).

  • cyan value is 15.29%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (15,35,0,33) C15M35Y0K33 (15%,35%,0%,33%) (0.15/0.35/0.00/0.33) 

CMYK percentages

%15.29
%35.29
%0
%33.33

Codes

Color #906EAA in popluar color models

90 6E AA
RGB 144 110 170
HSL 274° 26.09% 54.90%
HSB/HSV 274° 35.29% 66.67%
CMYK 15.29% 35.29% 0.00%
33.33%

Color #906EAA in popluar number systems.

HEX 90 6E AA
Decimal 144 110 170
Binary 10010000 1101110 10101010
Octal 220 156 252

Shades and tints

Shades of #906EAA

#906EAA
(144,110,170)
#83649B
(131,100,155)
#765A8C
(118,90,140)
#69507D
(105,80,125)
#5C466E
(92,70,110)
#4F3C5F
(79,60,95)
#423250
(66,50,80)
#352841
(53,40,65)
#281E32
(40,30,50)
#1B1423
(27,20,35)
#0E0A14
(14,10,20)
#000000
(0,0,0)

Tints of #906EAA

#906EAA
(144,110,170)
#9A7BB1
(154,123,177)
#A488B8
(164,136,184)
#AE95BF
(174,149,191)
#B8A2C6
(184,162,198)
#C2AFCD
(194,175,205)
#CCBCD4
(204,188,212)
#D6C9DB
(214,201,219)
#E0D6E2
(224,214,226)
#EAE3E9
(234,227,233)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #906EAA; }

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

This text font color is #906EAA.

Background Color

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

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

This div background color is #906EAA.

Border color

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

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

This div border color is #906EAA.

Opacity

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

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

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

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

This text has shadow with #906EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #906EAA.

Preview

Color preview on black background

This text has color #906EAA on black background.


Color preview on white background

This text has color #906EAA on white background.


Black color preview on #906EAA background

This text has black color on #906EAA background.


White color preview on #906EAA background

This text has white color on #906EAA background.


Related colors

Complementary color

Complementary color for #hex is #6F9155.


I love getcolorcode.com

Triadic colors

1 #AA906E and #6EAA90 with #906EAA are triadic colors.

2 #AA6E90 and #6E90AA with #906EAA are triadic colors.