Html Css Color HEX #9E10AC Dark Magenta

📋 copy color: '#9E10AC'

red 158 ◦ green 16 ◦ blue 172

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

Shades of Dark Magenta #9E10AC

Tints of Dark Magenta #9E10AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.71%

R = 45.66%
G = 4.62%
B = 49.71%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E10AC (or 0x9E10AC) is known color: Dark Magenta. HEX triplet: 9E, 10 and AC. RGB value is (158,16,172). Sum of RGB (Red+Green+Blue) = 158+16+172=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E10AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E10AC is #61EF53. Grayscale: #4B4B4B. Windows color (decimal): -6418260 or 11276446. OLE color: 11276446.

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

Color convert

RGB 158 16 172 -
CMYK 0.08 0.91 0 0.33
HSL 294.62º 0.83% 0.37% -
HSV(B) 294.62º 0.91% 0.67% -
XYZ 21.73 10.62 39.93 -
YUV 76.24 182.04 186.32 -
System Red Green Blue C M Y K H S L
Decimal 158 16 172 0.08 0.91 0 0.33 294.62 0.83 0.37
Hex 9E 10 AC 8 5B 0 21 127 53 25
Octal 236 20 254 10 133 0 41 447 123 45
Binary 10011110 10000 10101100 1000 1011011 0 100001 100100111 1010011 100101

Color Harmonies of #9E10AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E10AC

Black with #9E10AC

Text Example


Text Example

White with #9E10AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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