Html Css Color HEX #9E10AA Dark Magenta

📋 copy color: '#9E10AA'

red 158 ◦ green 16 ◦ blue 170

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

Shades of Dark Magenta #9E10AA

Tints of Dark Magenta #9E10AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.65%

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

R = 45.93%
G = 4.65%
B = 49.42%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E10AA (or 0x9E10AA) is known color: Dark Magenta. HEX triplet: 9E, 10 and AA. RGB value is (158,16,170). Sum of RGB (Red+Green+Blue) = 158+16+170=344 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.93% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E10AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E10AA is #61EF55. Grayscale: #4B4B4B. Windows color (decimal): -6418262 or 11145374. OLE color: 11145374.

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

Color convert

RGB 158 16 170 -
CMYK 0.07 0.91 0 0.33
HSL 295.32º 0.83% 0.36% -
HSV(B) 295.32º 0.91% 0.67% -
XYZ 21.54 10.54 38.93 -
YUV 76.01 181.04 186.48 -
System Red Green Blue C M Y K H S L
Decimal 158 16 170 0.07 0.91 0 0.33 295.32 0.83 0.36
Hex 9E 10 AA 7 5B 0 21 127 53 24
Octal 236 20 252 7 133 0 41 447 123 44
Binary 10011110 10000 10101010 111 1011011 0 100001 100100111 1010011 100100

Color Harmonies of #9E10AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E10AA

Black with #9E10AA

Text Example


Text Example

White with #9E10AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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