#9E0EAD

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

Shades of Dark Magenta #9E0EAD

Tints of Dark Magenta #9E0EAD

Color information

#9E0EAD (or 0x9E0EAD) is unknown color: approx Dark Magenta. HEX triplet: 9E, 0E and AD. RGB value is (158,14,173). Sum of RGB (Red+Green+Blue) = 158+14+173=345 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.80% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E0EAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0EAD is #61F152. Grayscale: #4A4A4A. Windows color (decimal): -6418771 or 11341470. OLE color: 11341470.

HSL color Cylindrical-coordinate representation of color #9E0EAD: hue angle of 294.34º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E0EAD is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15814173-
CMYK0.090.9200.32
HSL294.34º85.03%36.67%-
HSV(B)294.34º91.91%67.84%-
XYZ21.810.640.43-
YUV75.18183.21187.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.80%
GREEN value IS 14 (5.86% from 255) = 4.06%
BLUE value IS 173 (67.97% from 255) = 50.14%
R=45.80%
G=4.06%
B=50.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158141730.090.9200.32294.3485.0336.67
Hex9EEAD95C0201265525
Octal236162551113404044612545
Binary100111101110101011011001101110001000001001001101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,14,173); }

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

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

 a { background-color: rgb(158,14,173); }

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

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

 span { border-color: rgb(158,14,173); }

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