#9E1898

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

Shades of Dark Magenta #9E1898

Tints of Dark Magenta #9E1898

Color information

#9E1898 (or 0x9E1898) is unknown color: approx Dark Magenta. HEX triplet: 9E, 18 and 98. RGB value is (158,24,152). Sum of RGB (Red+Green+Blue) = 158+24+152=334 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.31% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1898 is #61E767. Grayscale: #4E4E4E. Windows color (decimal): -6416232 or 9967774. OLE color: 9967774.

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

Color convert

RGB15824152-
CMYK00.850.040.38
HSL302.69º73.63%35.69%-
HSV(B)302.69º84.81%61.96%-
XYZ20.0910.1930.61-
YUV78.66169.39184.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.31%
GREEN value IS 24 (9.77% from 255) = 7.19%
BLUE value IS 152 (59.77% from 255) = 45.51%
R=47.31%
G=7.19%
B=45.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582415200.850.040.38302.6973.6335.69
Hex9E189805542612f4a24
Octal23630230012544645711244
Binary100111101100010011000010101011001001101001011111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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