COLOR #9076AD

HEX: #9076AD RGB: (144,118,173)

Color info

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

RGB color model

#9076AD color RGB value is (144,118,173).

RGB: (144,118,173) (56%, 46%, 68%)

RGB channels and saturation

R 144 of 255 = 56%
G 118 of 255 = 46%
B 173 of 255 = 68%

144
118
173

R + G + B ~ 57%. #9076AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 118 + 173 = 435 (100%)
R 144 of 435 ~ 33.1%
G 118 of 435 ~ 27.13%
B 173 of 435 ~ 39.77'%

%33.1
%27.13
%39.77

CMYK color model

#9076AD color CMYK value is (17,32,0,32).

  • cyan value is 16.76%
  • magenta value is 31.79%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (17,32,0,32) C17M32Y0K32 (17%,32%,0%,32%) (0.17/0.32/0.00/0.32) 

CMYK percentages

%16.76
%31.79
%0
%32.16

Codes

Color #9076AD in popluar color models

90 76 AD
RGB 144 118 173
HSL 268° 25.11% 57.06%
HSB/HSV 268° 31.79% 67.84%
CMYK 16.76% 31.79% 0.00%
32.16%

Color #9076AD in popluar number systems.

HEX 90 76 AD
Decimal 144 118 173
Binary 10010000 1110110 10101101
Octal 220 166 255

Shades and tints

Shades of #9076AD

#9076AD
(144,118,173)
#836C9E
(131,108,158)
#76628F
(118,98,143)
#695880
(105,88,128)
#5C4E71
(92,78,113)
#4F4462
(79,68,98)
#423A53
(66,58,83)
#353044
(53,48,68)
#282635
(40,38,53)
#1B1C26
(27,28,38)
#0E1217
(14,18,23)
#000000
(0,0,0)

Tints of #9076AD

#9076AD
(144,118,173)
#9A82B4
(154,130,180)
#A48EBB
(164,142,187)
#AE9AC2
(174,154,194)
#B8A6C9
(184,166,201)
#C2B2D0
(194,178,208)
#CCBED7
(204,190,215)
#D6CADE
(214,202,222)
#E0D6E5
(224,214,229)
#EAE2EC
(234,226,236)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9076AD color. Also use rgb(144,118,173) instead hex code.

Text Font Color

.myTextColor { color: #9076AD; }

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

This text font color is #9076AD.

Background Color

.myBgColor { background-color: #9076AD; }

<div style="background-color:#9076AD">Inner text</div>

This div background color is #9076AD.

Border color

.myBorderColor { border: 1px solid #9076AD; }

<div style="border:3px solid #9076AD">Div</div>

This div border color is #9076AD.

Opacity

.myOpacity80 { color: #9076AD; opacity: 0.8; }

<p style="color:#9076AD;opacity:0.8;">80%</p>

Text with #9076AD 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 #9076AD;}

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

This text has shadow with #9076AD color.


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

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

This text has shadow with #9076AD primary color and red secondary color.


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

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

This text has shadow with #9076AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9076AD.

Preview

Color preview on black background

This text has color #9076AD on black background.


Color preview on white background

This text has color #9076AD on white background.


Black color preview on #9076AD background

This text has black color on #9076AD background.


White color preview on #9076AD background

This text has white color on #9076AD background.


Related colors

Complementary color

Complementary color for #hex is #6F8952.


I love getcolorcode.com

Triadic colors

1 #AD9076 and #76AD90 with #9076AD are triadic colors.

2 #AD7690 and #7690AD with #9076AD are triadic colors.