COLOR #9011AD

HEX: #9011AD
RGB: (144,17,173)

Color info

#9011AD contains mainly red and blue colors. Web safe color of #9011AD is #990099 (or #909).

RGB color model

#9011AD color RGB value is (144,17,173).

  • red value is 144;
  • green value is 17;
  • blue value is 173.
RGB:
(144,17,173)
(56%,7%,68%)

RGB channels and saturation

R 144 of 255 = 56%
G 17 of 255 = 7%
B 173 of 255 = 68%

144
17
173

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

Portions of RGB colors in percentages

R + G + B =
144 + 17 + 173 = 334 (100%)
R 144 of 334 ~ 43.11%
G 17 of 334 ~ 5.09%
B 173 of 334 ~ 51.8%

%43.11
%51.8

CMYK color model

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

  • cyan value is 16.76%
  • magenta value is 90.17%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(17,90,0,32)
C17M90Y0K32 
(17%,90%,0%,32%)
(0.17/0.90/0.00/0.32)	

CMYK percentages

%16.76
%90.17
%0
%32.16

Codes

Color #9011AD in popluar color models

9011AD
RGB14417173
HSL289°82.11%37.25%
HSB/HSV289°90.17%67.84%
CMYK16.76%90.17%0.00%
32.16%

Color #9011AD in popluar number systems.

HEX9011AD
Decimal14417173
Binary100100001000110101101
Octal22021255

Shades and tints

Shades of #9011AD

#9011AD
(144,17,173)
#83109E
(131,16,158)
#760F8F
(118,15,143)
#690E80
(105,14,128)
#5C0D71
(92,13,113)
#4F0C62
(79,12,98)
#420B53
(66,11,83)
#350A44
(53,10,68)
#280935
(40,9,53)
#1B0826
(27,8,38)
#0E0717
(14,7,23)
#000000
(0,0,0)

Tints of #9011AD

#9011AD
(144,17,173)
#9A26B4
(154,38,180)
#A43BBB
(164,59,187)
#AE50C2
(174,80,194)
#B865C9
(184,101,201)
#C27AD0
(194,122,208)
#CC8FD7
(204,143,215)
#D6A4DE
(214,164,222)
#E0B9E5
(224,185,229)
#EACEEC
(234,206,236)
#F4E3F3
(244,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9011AD; }

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

This text font color is #9011AD.


Background Color

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

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

This div background color is #9011AD.


Border color

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

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

This div border color is #9011AD.


Opacity

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

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

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

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

This text has shadow with #9011AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9011AD on black background.


Color preview on white background

This text has color #9011AD on white background.



Black color preview on #9011AD background

This text has black color on #9011AD background.


White color preview on #9011AD background

This text has white color on #9011AD background.