Html Css Color HEX #9E17AC Dark Magenta

📋 copy color: '#9E17AC'

red 158 ◦ green 23 ◦ blue 172

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

Shades of Dark Magenta #9E17AC

Tints of Dark Magenta #9E17AC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.52%

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

R = 44.76%
G = 6.52%
B = 48.73%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E17AC (or 0x9E17AC) is known color: Dark Magenta. HEX triplet: 9E, 17 and AC. RGB value is (158,23,172). Sum of RGB (Red+Green+Blue) = 158+23+172=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E17AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E17AC is #61E853. Grayscale: #4F4F4F. Windows color (decimal): -6416468 or 11278238. OLE color: 11278238.

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

Color convert

RGB 158 23 172 -
CMYK 0.08 0.87 0 0.33
HSL 294.36º 0.76% 0.38% -
HSV(B) 294.36º 0.87% 0.67% -
XYZ 21.85 10.86 39.97 -
YUV 80.35 179.73 183.38 -
System Red Green Blue C M Y K H S L
Decimal 158 23 172 0.08 0.87 0 0.33 294.36 0.76 0.38
Hex 9E 17 AC 8 57 0 21 126 4C 26
Octal 236 27 254 10 127 0 41 446 114 46
Binary 10011110 10111 10101100 1000 1010111 0 100001 100100110 1001100 100110

Color Harmonies of #9E17AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E17AC

Black with #9E17AC

Text Example


Text Example

White with #9E17AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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