Html Css Color HEX #9002AA Dark Magenta

📋 copy color: '#9002AA'

red 144 ◦ green 2 ◦ blue 170

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

Shades of Dark Magenta #9002AA

Tints of Dark Magenta #9002AA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 45.57%
G = 0.63%
B = 53.8%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9002AA (or 0x9002AA) is known color: Dark Magenta. HEX triplet: 90, 02 and AA. RGB value is (144,2,170). Sum of RGB (Red+Green+Blue) = 144+2+170=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #9002AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9002AA is #6FFD55. Grayscale: #3F3F3F. Windows color (decimal): -7339350 or 11141776. OLE color: 11141776.

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

Color convert

RGB 144 2 170 -
CMYK 0.15 0.99 0 0.33
HSL 290.71º 0.98% 0.34% -
HSV(B) 290.71º 0.99% 0.67% -
XYZ 18.78 8.87 38.75 -
YUV 63.61 188.04 185.34 -
System Red Green Blue C M Y K H S L
Decimal 144 2 170 0.15 0.99 0 0.33 290.71 0.98 0.34
Hex 90 2 AA F 63 0 21 123 62 22
Octal 220 2 252 17 143 0 41 443 142 42
Binary 10010000 10 10101010 1111 1100011 0 100001 100100011 1100010 100010

Color Harmonies of #9002AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9002AA

Black with #9002AA

Text Example


Text Example

White with #9002AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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