Html Css Color HEX #9E15AC Dark Magenta

📋 copy color: '#9E15AC'

red 158 ◦ green 21 ◦ blue 172

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

Shades of Dark Magenta #9E15AC

Tints of Dark Magenta #9E15AC

RGB

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

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

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

R = 45.01%
G = 5.98%
B = 49%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E15AC (or 0x9E15AC) is known color: Dark Magenta. HEX triplet: 9E, 15 and AC. RGB value is (158,21,172). Sum of RGB (Red+Green+Blue) = 158+21+172=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E15AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E15AC is #61EA53. Grayscale: #4E4E4E. Windows color (decimal): -6416980 or 11277726. OLE color: 11277726.

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

Color convert

RGB 158 21 172 -
CMYK 0.08 0.88 0 0.33
HSL 294.44º 0.78% 0.38% -
HSV(B) 294.44º 0.88% 0.67% -
XYZ 21.82 10.78 39.96 -
YUV 79.18 180.39 184.22 -
System Red Green Blue C M Y K H S L
Decimal 158 21 172 0.08 0.88 0 0.33 294.44 0.78 0.38
Hex 9E 15 AC 8 58 0 21 126 4E 26
Octal 236 25 254 10 130 0 41 446 116 46
Binary 10011110 10101 10101100 1000 1011000 0 100001 100100110 1001110 100110

Color Harmonies of #9E15AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E15AC

Black with #9E15AC

Text Example


Text Example

White with #9E15AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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