Html Css Color HEX #9E13AA Dark Magenta

📋 copy color: '#9E13AA'

red 158 ◦ green 19 ◦ blue 170

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

Shades of Dark Magenta #9E13AA

Tints of Dark Magenta #9E13AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.48%

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

R = 45.53%
G = 5.48%
B = 48.99%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E13AA (or 0x9E13AA) is known color: Dark Magenta. HEX triplet: 9E, 13 and AA. RGB value is (158,19,170). Sum of RGB (Red+Green+Blue) = 158+19+170=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E13AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E13AA is #61EC55. Grayscale: #4D4D4D. Windows color (decimal): -6417494 or 11146142. OLE color: 11146142.

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

Color convert

RGB 158 19 170 -
CMYK 0.07 0.89 0 0.33
HSL 295.23º 0.8% 0.37% -
HSV(B) 295.23º 0.89% 0.67% -
XYZ 21.59 10.64 38.95 -
YUV 77.78 180.05 185.22 -
System Red Green Blue C M Y K H S L
Decimal 158 19 170 0.07 0.89 0 0.33 295.23 0.8 0.37
Hex 9E 13 AA 7 59 0 21 127 50 25
Octal 236 23 252 7 131 0 41 447 120 45
Binary 10011110 10011 10101010 111 1011001 0 100001 100100111 1010000 100101

Color Harmonies of #9E13AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E13AA

Black with #9E13AA

Text Example


Text Example

White with #9E13AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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