#9E0D89

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

Shades of Dark Magenta #9E0D89

Tints of Dark Magenta #9E0D89

Color information

#9E0D89 (or 0x9E0D89) is unknown color: approx Dark Magenta. HEX triplet: 9E, 0D and 89. RGB value is (158,13,137). Sum of RGB (Red+Green+Blue) = 158+13+137=308 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.30% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0D89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0D89 is #61F276. Grayscale: #464646. Windows color (decimal): -6419063 or 8981918. OLE color: 8981918.

HSL color Cylindrical-coordinate representation of color #9E0D89: hue angle of 308.69º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E0D89 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB15813137-
CMYK00.920.130.38
HSL308.69º84.8%33.53%-
HSV(B)308.69º91.77%61.96%-
XYZ18.769.3624.49-
YUV70.49165.54190.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.30%
GREEN value IS 13 (5.47% from 255) = 4.22%
BLUE value IS 137 (53.91% from 255) = 44.48%
R=51.30%
G=4.22%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581313700.920.130.38308.6984.833.53
Hex9ED8905CD261355522
Octal236152110134154646512542
Binary100111101101100010010101110011011001101001101011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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