Html Css Color HEX #9016AA Dark Magenta

📋 copy color: '#9016AA'

red 144 ◦ green 22 ◦ blue 170

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

Shades of Dark Magenta #9016AA

Tints of Dark Magenta #9016AA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.55%

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

R = 42.86%
G = 6.55%
B = 50.6%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9016AA (or 0x9016AA) is known color: Dark Magenta. HEX triplet: 90, 16 and AA. RGB value is (144,22,170). Sum of RGB (Red+Green+Blue) = 144+22+170=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #9016AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9016AA is #6FE955. Grayscale: #4A4A4A. Windows color (decimal): -7334230 or 11146896. OLE color: 11146896.

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

Color convert

RGB 144 22 170 -
CMYK 0.15 0.87 0 0.33
HSL 289.46º 0.77% 0.38% -
HSV(B) 289.46º 0.87% 0.67% -
XYZ 19.04 9.41 38.84 -
YUV 75.35 181.42 176.97 -
System Red Green Blue C M Y K H S L
Decimal 144 22 170 0.15 0.87 0 0.33 289.46 0.77 0.38
Hex 90 16 AA F 57 0 21 121 4D 26
Octal 220 26 252 17 127 0 41 441 115 46
Binary 10010000 10110 10101010 1111 1010111 0 100001 100100001 1001101 100110

Color Harmonies of #9016AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9016AA

Black with #9016AA

Text Example


Text Example

White with #9016AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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