#9E0DAC

Color #9E0DAC Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9E0DAC

Tints of Dark Magenta #9E0DAC

Color information

#9E0DAC (or 0x9E0DAC) is unknown color: approx Dark Magenta. HEX triplet: 9E, 0D and AC. RGB value is (158,13,172). Sum of RGB (Red+Green+Blue) = 158+13+172=343 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.06% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E0DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0DAC is #61F253. Grayscale: #494949. Windows color (decimal): -6419028 or 11275678. OLE color: 11275678.

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

Color convert

RGB15813172-
CMYK0.080.9200.33
HSL294.72º85.95%36.27%-
HSV(B)294.72º92.44%67.45%-
XYZ21.6910.5439.92-
YUV74.48183.04187.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.06%
GREEN value IS 13 (5.47% from 255) = 3.79%
BLUE value IS 172 (67.58% from 255) = 50.15%
R=46.06%
G=3.79%
B=50.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158131720.080.9200.33294.7285.9536.27
Hex9EDAC85C0211275624
Octal236152541013404144712644
Binary100111101101101011001000101110001000011001001111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E0DAC;
 }
 .AnyTagClassName
 {
   color: #9E0DAC;
 }
</style>
background-color css

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

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

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

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

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

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