#9E0E97

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

Shades of Dark Magenta #9E0E97

Tints of Dark Magenta #9E0E97

Color information

#9E0E97 (or 0x9E0E97) is unknown color: approx Dark Magenta. HEX triplet: 9E, 0E and 97. RGB value is (158,14,151). Sum of RGB (Red+Green+Blue) = 158+14+151=323 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.92% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 151 (59.38% from 255 or 46.75% from 323); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0E97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0E97 is #61F168. Grayscale: #484848. Windows color (decimal): -6418793 or 9899678. OLE color: 9899678.

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

Color convert

RGB15814151-
CMYK00.910.040.38
HSL302.92º83.72%33.73%-
HSV(B)302.92º91.14%61.96%-
XYZ19.849.8230.13-
YUV72.67172.21188.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.92%
GREEN value IS 14 (5.86% from 255) = 4.33%
BLUE value IS 151 (59.38% from 255) = 46.75%
R=48.92%
G=4.33%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581415100.910.040.38302.9283.7233.73
Hex9EE9705B42612f5422
Octal23616227013344645712442
Binary10011110111010010111010110111001001101001011111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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