COLOR #9066AA

HEX: #9066AA
RGB: (144,102,170)

Color info

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

RGB color model

#9066AA color RGB value is (144,102,170).

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

RGB channels and saturation

R 144 of 255 = 56%
G 102 of 255 = 40%
B 170 of 255 = 67%

144
102
170

R + G + B ~ 54%. #9066AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 102 + 170 = 416 (100%)
R 144 of 416 ~ 34.62%
G 102 of 416 ~ 24.52%
B 170 of 416 ~ 40.87%

%34.62
%24.52
%40.87

CMYK color model

#9066AA color CMYK value is (15,40,0,33).

  • cyan value is 15.29%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(15,40,0,33)
C15M40Y0K33 
(15%,40%,0%,33%)
(0.15/0.40/0.00/0.33)	

CMYK percentages

%15.29
%40
%0
%33.33

Codes

Color #9066AA in popluar color models

9066AA
RGB144102170
HSL277°28.57%53.33%
HSB/HSV277°40.00%66.67%
CMYK15.29%40.00%0.00%
33.33%

Color #9066AA in popluar number systems.

HEX9066AA
Decimal144102170
Binary10010000110011010101010
Octal220146252

Shades and tints

Shades of #9066AA

#9066AA
(144,102,170)
#835D9B
(131,93,155)
#76548C
(118,84,140)
#694B7D
(105,75,125)
#5C426E
(92,66,110)
#4F395F
(79,57,95)
#423050
(66,48,80)
#352741
(53,39,65)
#281E32
(40,30,50)
#1B1523
(27,21,35)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #9066AA

#9066AA
(144,102,170)
#9A73B1
(154,115,177)
#A480B8
(164,128,184)
#AE8DBF
(174,141,191)
#B89AC6
(184,154,198)
#C2A7CD
(194,167,205)
#CCB4D4
(204,180,212)
#D6C1DB
(214,193,219)
#E0CEE2
(224,206,226)
#EADBE9
(234,219,233)
#F4E8F0
(244,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9066AA color. Also use rgb(144,102,170) instead hex code.

Text Font Color

.myTextColor { color: #9066AA; }

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

This text font color is #9066AA.


Background Color

.myBgColor { background-color: #9066AA; }

<div style="background-color:#9066AA">Inner text</div>

This div background color is #9066AA.


Border color

.myBorderColor { border: 1px solid #9066AA; }

<div style="border:3px solid #9066AA">Div</div>

This div border color is #9066AA.


Opacity

.myOpacity80 { color: #9066AA; opacity: 0.8; }

<p style="color:#9066AA;opacity:0.8;">80%</p>

Text with #9066AA 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 #9066AA;}

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

This text has shadow with #9066AA color.

.textShadow {text-shadow: 3px 3px 1px #9066AA, 3px 3px 1px red;}

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

This text has shadow with #9066AA primary color and red secondary color.


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

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

This text has shadow with #9066AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9066AA on black background.


Color preview on white background

This text has color #9066AA on white background.



Black color preview on #9066AA background

This text has black color on #9066AA background.


White color preview on #9066AA background

This text has white color on #9066AA background.