#9E1998

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

Shades of Dark Magenta #9E1998

Tints of Dark Magenta #9E1998

Color information

#9E1998 (or 0x9E1998) is unknown color: approx Dark Magenta. HEX triplet: 9E, 19 and 98. RGB value is (158,25,152). Sum of RGB (Red+Green+Blue) = 158+25+152=335 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.16% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1998 is #61E667. Grayscale: #4E4E4E. Windows color (decimal): -6415976 or 9968030. OLE color: 9968030.

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

Color convert

RGB15825152-
CMYK00.840.040.38
HSL302.71º72.68%35.88%-
HSV(B)302.71º84.18%61.96%-
XYZ20.1210.2330.62-
YUV79.24169.06184.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.16%
GREEN value IS 25 (10.16% from 255) = 7.46%
BLUE value IS 152 (59.77% from 255) = 45.37%
R=47.16%
G=7.46%
B=45.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582515200.840.040.38302.7172.6835.88
Hex9E199805442612f4924
Octal23631230012444645711144
Binary100111101100110011000010101001001001101001011111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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