#9E159A

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

Shades of Dark Magenta #9E159A

Tints of Dark Magenta #9E159A

Color information

#9E159A (or 0x9E159A) is unknown color: approx Dark Magenta. HEX triplet: 9E, 15 and 9A. RGB value is (158,21,154). Sum of RGB (Red+Green+Blue) = 158+21+154=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 158 - color contains mainly: red. Hex color #9E159A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E159A is #61EA65. Grayscale: #4C4C4C. Windows color (decimal): -6416998 or 10098078. OLE color: 10098078.

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

Color convert

RGB15821154-
CMYK00.870.030.38
HSL301.75º76.54%35.1%-
HSV(B)301.75º86.71%61.96%-
XYZ20.210.1431.46-
YUV77.12171.39185.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.45%
GREEN value IS 21 (8.59% from 255) = 6.31%
BLUE value IS 154 (60.55% from 255) = 46.25%
R=47.45%
G=6.31%
B=46.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582115400.870.030.38301.7576.5435.1
Hex9E159A05732612e4d23
Octal23625232012734645611543
Binary10011110101011001101001010111111001101001011101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E159A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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