Html Css Color HEX #9011A9 Dark Magenta

📋 copy color: '#9011A9'

red 144 ◦ green 17 ◦ blue 169

#9011A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #9011A9

Tints of Dark Magenta #9011A9

RGB

 RED value IS 144 (56.64% from 255) = 43.64%

 GREEN value IS 17 (7.03% from 255) = 5.15%

 BLUE value IS 169 (66.41% from 255) = 51.21%

R = 43.64%
G = 5.15%
B = 51.21%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9011A9 (or 0x9011A9) is known color: Dark Magenta. HEX triplet: 90, 11 and A9. RGB value is (144,17,169). Sum of RGB (Red+Green+Blue) = 144+17+169=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 169 (66.41% from 255 or 51.21% from 330); Max value from RGB is 169 - color contains mainly: blue. Hex color #9011A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9011A9 is #6FEE56. Grayscale: #474747. Windows color (decimal): -7335511 or 11080080. OLE color: 11080080.

HSL color Cylindrical-coordinate representation of color #9011A9: hue angle of 290.13º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9011A9 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 144 17 169 -
CMYK 0.15 0.90 0 0.34
HSL 290.13º 0.82% 0.36% -
HSV(B) 290.13º 0.9% 0.66% -
XYZ 18.86 9.19 38.32 -
YUV 72.3 182.58 179.14 -
System Red Green Blue C M Y K H S L
Decimal 144 17 169 0.15 0.90 0 0.34 290.13 0.82 0.36
Hex 90 11 A9 F 5A 0 22 122 52 24
Octal 220 21 251 17 132 0 42 442 122 44
Binary 10010000 10001 10101001 1111 1011010 0 100010 100100010 1010010 100100

Color Harmonies of #9011A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9011A9

Black with #9011A9

Text Example


Text Example

White with #9011A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9011A9; }

 p { color: rgb(144,17,169); }

 H1.HeaderClassName
 {
   color: #9011A9;
 }
 .AnyTagClassName
 {
   color: #9011A9;
 }
</style>

background-color css

<style>
 a { background-color: #9011A9; }

 a { background-color: rgb(144,17,169); }

 div.DivClassName
 {
   background-color: #9011A9;
 }
 .BgClassName
 {
   background-color: #9011A9;
 }
</style>

border-color css

<style>
 span { border-color: #9011A9; }

 span { border-color: rgb(144,17,169); }

 td.TdClassName
 {
   border-color: #9011A9;
 }
 .TagClassName
 {
   border-color: #9011A9;
 }
</style>