Html Css Color HEX #9E02AA Dark Magenta

📋 copy color: '#9E02AA'

red 158 ◦ green 2 ◦ blue 170

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

Shades of Dark Magenta #9E02AA

Tints of Dark Magenta #9E02AA

RGB

 RED value IS 158 (62.11% from 255) = 47.88%

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

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

R = 47.88%
G = 0.61%
B = 51.52%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E02AA (or 0x9E02AA) is known color: Dark Magenta. HEX triplet: 9E, 02 and AA. RGB value is (158,2,170). Sum of RGB (Red+Green+Blue) = 158+2+170=330 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.88% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E02AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E02AA is #61FD55. Grayscale: #434343. Windows color (decimal): -6421846 or 11141790. OLE color: 11141790.

HSL color Cylindrical-coordinate representation of color #9E02AA: hue angle of 295.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 #9E02AA is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 2 170 -
CMYK 0.07 0.99 0 0.33
HSL 295.71º 0.98% 0.34% -
HSV(B) 295.71º 0.99% 0.67% -
XYZ 21.38 10.21 38.88 -
YUV 67.8 185.68 192.34 -
System Red Green Blue C M Y K H S L
Decimal 158 2 170 0.07 0.99 0 0.33 295.71 0.98 0.34
Hex 9E 2 AA 7 63 0 21 128 62 22
Octal 236 2 252 7 143 0 41 450 142 42
Binary 10011110 10 10101010 111 1100011 0 100001 100101000 1100010 100010

Color Harmonies of #9E02AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E02AA

Black with #9E02AA

Text Example


Text Example

White with #9E02AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E02AA; }

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

 H1.HeaderClassName
 {
   color: #9E02AA;
 }
 .AnyTagClassName
 {
   color: #9E02AA;
 }
</style>

background-color css

<style>
 a { background-color: #9E02AA; }

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

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

border-color css

<style>
 span { border-color: #9E02AA; }

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

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