#9E199A

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

Shades of Dark Magenta #9E199A

Tints of Dark Magenta #9E199A

Color information

#9E199A (or 0x9E199A) is unknown color: approx Dark Magenta. HEX triplet: 9E, 19 and 9A. RGB value is (158,25,154). Sum of RGB (Red+Green+Blue) = 158+25+154=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 158 - color contains mainly: red. Hex color #9E199A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E199A is #61E665. Grayscale: #4F4F4F. Windows color (decimal): -6415974 or 10099102. OLE color: 10099102.

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

Color convert

RGB15825154-
CMYK00.840.030.38
HSL301.8º72.68%35.88%-
HSV(B)301.8º84.18%61.96%-
XYZ20.2810.331.49-
YUV79.47170.06184.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.88%
GREEN value IS 25 (10.16% from 255) = 7.42%
BLUE value IS 154 (60.55% from 255) = 45.70%
R=46.88%
G=7.42%
B=45.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582515400.840.030.38301.872.6835.88
Hex9E199A05432612e4924
Octal23631232012434645611144
Binary10011110110011001101001010100111001101001011101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E199A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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