#9E0E98

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

Shades of Dark Magenta #9E0E98

Tints of Dark Magenta #9E0E98

Color information

#9E0E98 (or 0x9E0E98) is unknown color: approx Dark Magenta. HEX triplet: 9E, 0E and 98. RGB value is (158,14,152). Sum of RGB (Red+Green+Blue) = 158+14+152=324 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.77% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0E98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0E98 is #61F167. Grayscale: #484848. Windows color (decimal): -6418792 or 9965214. OLE color: 9965214.

HSL color Cylindrical-coordinate representation of color #9E0E98: hue angle of 302.5º 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 #9E0E98 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB15814152-
CMYK00.910.040.38
HSL302.5º83.72%33.73%-
HSV(B)302.5º91.14%61.96%-
XYZ19.939.8530.56-
YUV72.79172.71188.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.77%
GREEN value IS 14 (5.86% from 255) = 4.32%
BLUE value IS 152 (59.77% from 255) = 46.91%
R=48.77%
G=4.32%
B=46.91%

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
Decimal1581415200.910.040.38302.583.7233.73
Hex9EE9805B42612e5422
Octal23616230013344645612442
Binary10011110111010011000010110111001001101001011101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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