#9E0CAD

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

Shades of Dark Magenta #9E0CAD

Tints of Dark Magenta #9E0CAD

Color information

#9E0CAD (or 0x9E0CAD) is unknown color: approx Dark Magenta. HEX triplet: 9E, 0C and AD. RGB value is (158,12,173). Sum of RGB (Red+Green+Blue) = 158+12+173=343 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.06% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E0CAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0CAD is #61F352. Grayscale: #494949. Windows color (decimal): -6419283 or 11340958. OLE color: 11340958.

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

Color convert

RGB15812173-
CMYK0.090.9300.32
HSL294.41º87.03%36.27%-
HSV(B)294.41º93.06%67.84%-
XYZ21.7710.5540.42-
YUV74.01183.87187.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.06%
GREEN value IS 12 (5.08% from 255) = 3.50%
BLUE value IS 173 (67.97% from 255) = 50.44%
R=46.06%
G=3.50%
B=50.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158121730.090.9300.32294.4187.0336.27
Hex9ECAD95D0201265724
Octal236142551113504044612744
Binary100111101100101011011001101110101000001001001101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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