#9E1699

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

Shades of Dark Magenta #9E1699

Tints of Dark Magenta #9E1699

Color information

#9E1699 (or 0x9E1699) is unknown color: approx Dark Magenta. HEX triplet: 9E, 16 and 99. RGB value is (158,22,153). Sum of RGB (Red+Green+Blue) = 158+22+153=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1699 is #61E966. Grayscale: #4D4D4D. Windows color (decimal): -6416743 or 10032798. OLE color: 10032798.

HSL color Cylindrical-coordinate representation of color #9E1699: hue angle of 302.21º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E1699 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15822153-
CMYK00.860.030.38
HSL302.21º75.56%35.29%-
HSV(B)302.21º86.08%61.96%-
XYZ20.1410.1431.03-
YUV77.6170.56185.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.45%
GREEN value IS 22 (8.98% from 255) = 6.61%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=47.45%
G=6.61%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582215300.860.030.38302.2175.5635.29
Hex9E169905632612e4c23
Octal23626231012634645611443
Binary10011110101101001100101010110111001101001011101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,22,153); }

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

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

 a { background-color: rgb(158,22,153); }

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

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

 span { border-color: rgb(158,22,153); }

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