Html Css Color HEX #9E12AC Dark Magenta

📋 copy color: '#9E12AC'

red 158 ◦ green 18 ◦ blue 172

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

Shades of Dark Magenta #9E12AC

Tints of Dark Magenta #9E12AC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.17%

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

R = 45.4%
G = 5.17%
B = 49.43%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E12AC (or 0x9E12AC) is known color: Dark Magenta. HEX triplet: 9E, 12 and AC. RGB value is (158,18,172). Sum of RGB (Red+Green+Blue) = 158+18+172=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E12AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E12AC is #61ED53. Grayscale: #4C4C4C. Windows color (decimal): -6417748 or 11276958. OLE color: 11276958.

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

Color convert

RGB 158 18 172 -
CMYK 0.08 0.90 0 0.33
HSL 294.55º 0.81% 0.37% -
HSV(B) 294.55º 0.9% 0.67% -
XYZ 21.76 10.68 39.94 -
YUV 77.42 181.38 185.48 -
System Red Green Blue C M Y K H S L
Decimal 158 18 172 0.08 0.90 0 0.33 294.55 0.81 0.37
Hex 9E 12 AC 8 5A 0 21 127 51 25
Octal 236 22 254 10 132 0 41 447 121 45
Binary 10011110 10010 10101100 1000 1011010 0 100001 100100111 1010001 100101

Color Harmonies of #9E12AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E12AC

Black with #9E12AC

Text Example


Text Example

White with #9E12AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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