Html Css Color HEX #9E18AC Dark Magenta

📋 copy color: '#9E18AC'

red 158 ◦ green 24 ◦ blue 172

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

Shades of Dark Magenta #9E18AC

Tints of Dark Magenta #9E18AC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.78%

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

R = 44.63%
G = 6.78%
B = 48.59%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E18AC (or 0x9E18AC) is known color: Dark Magenta. HEX triplet: 9E, 18 and AC. RGB value is (158,24,172). Sum of RGB (Red+Green+Blue) = 158+24+172=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E18AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E18AC is #61E753. Grayscale: #505050. Windows color (decimal): -6416212 or 11278494. OLE color: 11278494.

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

Color convert

RGB 158 24 172 -
CMYK 0.08 0.86 0 0.33
HSL 294.32º 0.76% 0.38% -
HSV(B) 294.32º 0.86% 0.67% -
XYZ 21.87 10.9 39.98 -
YUV 80.94 179.39 182.97 -
System Red Green Blue C M Y K H S L
Decimal 158 24 172 0.08 0.86 0 0.33 294.32 0.76 0.38
Hex 9E 18 AC 8 56 0 21 126 4C 26
Octal 236 30 254 10 126 0 41 446 114 46
Binary 10011110 11000 10101100 1000 1010110 0 100001 100100110 1001100 100110

Color Harmonies of #9E18AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E18AC

Black with #9E18AC

Text Example


Text Example

White with #9E18AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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