Html Css Color HEX #9E15AA Dark Magenta

📋 copy color: '#9E15AA'

red 158 ◦ green 21 ◦ blue 170

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

Shades of Dark Magenta #9E15AA

Tints of Dark Magenta #9E15AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.02%

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

R = 45.27%
G = 6.02%
B = 48.71%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E15AA (or 0x9E15AA) is known color: Dark Magenta. HEX triplet: 9E, 15 and AA. RGB value is (158,21,170). Sum of RGB (Red+Green+Blue) = 158+21+170=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E15AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E15AA is #61EA55. Grayscale: #4E4E4E. Windows color (decimal): -6416982 or 11146654. OLE color: 11146654.

HSL color Cylindrical-coordinate representation of color #9E15AA: hue angle of 295.17º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E15AA is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 21 170 -
CMYK 0.07 0.88 0 0.33
HSL 295.17º 0.78% 0.37% -
HSV(B) 295.17º 0.88% 0.67% -
XYZ 21.62 10.71 38.96 -
YUV 78.95 179.39 184.38 -
System Red Green Blue C M Y K H S L
Decimal 158 21 170 0.07 0.88 0 0.33 295.17 0.78 0.37
Hex 9E 15 AA 7 58 0 21 127 4E 25
Octal 236 25 252 7 130 0 41 447 116 45
Binary 10011110 10101 10101010 111 1011000 0 100001 100100111 1001110 100101

Color Harmonies of #9E15AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E15AA

Black with #9E15AA

Text Example


Text Example

White with #9E15AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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