Html Css Color HEX #9017AA Dark Magenta

📋 copy color: '#9017AA'

red 144 ◦ green 23 ◦ blue 170

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

Shades of Dark Magenta #9017AA

Tints of Dark Magenta #9017AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.82%

 BLUE value IS 170 (66.8% from 255) = 50.45%

R = 42.73%
G = 6.82%
B = 50.45%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9017AA (or 0x9017AA) is known color: Dark Magenta. HEX triplet: 90, 17 and AA. RGB value is (144,23,170). Sum of RGB (Red+Green+Blue) = 144+23+170=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #9017AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9017AA is #6FE855. Grayscale: #4B4B4B. Windows color (decimal): -7333974 or 11147152. OLE color: 11147152.

HSL color Cylindrical-coordinate representation of color #9017AA: hue angle of 289.39º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9017AA is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 23 170 -
CMYK 0.15 0.86 0 0.33
HSL 289.39º 0.76% 0.38% -
HSV(B) 289.39º 0.86% 0.67% -
XYZ 19.06 9.44 38.85 -
YUV 75.94 181.09 176.55 -
System Red Green Blue C M Y K H S L
Decimal 144 23 170 0.15 0.86 0 0.33 289.39 0.76 0.38
Hex 90 17 AA F 56 0 21 121 4C 26
Octal 220 27 252 17 126 0 41 441 114 46
Binary 10010000 10111 10101010 1111 1010110 0 100001 100100001 1001100 100110

Color Harmonies of #9017AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9017AA

Black with #9017AA

Text Example


Text Example

White with #9017AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9017AA; }

 p { color: rgb(144,23,170); }

 H1.HeaderClassName
 {
   color: #9017AA;
 }
 .AnyTagClassName
 {
   color: #9017AA;
 }
</style>

background-color css

<style>
 a { background-color: #9017AA; }

 a { background-color: rgb(144,23,170); }

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

border-color css

<style>
 span { border-color: #9017AA; }

 span { border-color: rgb(144,23,170); }

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