COLOR #908AAA

HEX: #908AAA
RGB: (144,138,170)

Color info

#908AAA contains red, green and blue colors in about the same proportion. Web safe color of #908AAA is #999999 (or #999).

RGB color model

#908AAA color RGB value is (144,138,170).

  • red value is 144;
  • green value is 138;
  • blue value is 170.
RGB:
(144,138,170)
(56%,54%,67%)

RGB channels and saturation

R 144 of 255 = 56%
G 138 of 255 = 54%
B 170 of 255 = 67%

144
138
170

R + G + B ~ 59%. #908AAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 138 + 170 = 452 (100%)
R 144 of 452 ~ 31.86%
G 138 of 452 ~ 30.53%
B 170 of 452 ~ 37.61%

%31.86
%30.53
%37.61

CMYK color model

#908AAA color CMYK value is (15,19,0,33).

  • cyan value is 15.29%
  • magenta value is 18.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(15,19,0,33)
C15M19Y0K33 
(15%,19%,0%,33%)
(0.15/0.19/0.00/0.33)	

CMYK percentages

%15.29
%18.82
%0
%33.33

Codes

Color #908AAA in popluar color models

908AAA
RGB144138170
HSL251°15.84%60.39%
HSB/HSV251°18.82%66.67%
CMYK15.29%18.82%0.00%
33.33%

Color #908AAA in popluar number systems.

HEX908AAA
Decimal144138170
Binary100100001000101010101010
Octal220212252

Shades and tints

Shades of #908AAA

#908AAA
(144,138,170)
#837E9B
(131,126,155)
#76728C
(118,114,140)
#69667D
(105,102,125)
#5C5A6E
(92,90,110)
#4F4E5F
(79,78,95)
#424250
(66,66,80)
#353641
(53,54,65)
#282A32
(40,42,50)
#1B1E23
(27,30,35)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #908AAA

#908AAA
(144,138,170)
#9A94B1
(154,148,177)
#A49EB8
(164,158,184)
#AEA8BF
(174,168,191)
#B8B2C6
(184,178,198)
#C2BCCD
(194,188,205)
#CCC6D4
(204,198,212)
#D6D0DB
(214,208,219)
#E0DAE2
(224,218,226)
#EAE4E9
(234,228,233)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908AAA color. Also use rgb(144,138,170) instead hex code.

Text Font Color

.myTextColor { color: #908AAA; }

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

This text font color is #908AAA.


Background Color

.myBgColor { background-color: #908AAA; }

<div style="background-color:#908AAA">Inner text</div>

This div background color is #908AAA.


Border color

.myBorderColor { border: 1px solid #908AAA; }

<div style="border:3px solid #908AAA">Div</div>

This div border color is #908AAA.


Opacity

.myOpacity80 { color: #908AAA; opacity: 0.8; }

<p style="color:#908AAA;opacity:0.8;">80%</p>

Text with #908AAA 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 #908AAA;}

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

This text has shadow with #908AAA color.

.textShadow {text-shadow: 3px 3px 1px #908AAA, 3px 3px 1px red;}

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

This text has shadow with #908AAA primary color and red secondary color.


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

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

This text has shadow with #908AAA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908AAA on black background.


Color preview on white background

This text has color #908AAA on white background.



Black color preview on #908AAA background

This text has black color on #908AAA background.


White color preview on #908AAA background

This text has white color on #908AAA background.