#9E179D

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

Shades of Dark Magenta #9E179D

Tints of Dark Magenta #9E179D

Color information

#9E179D (or 0x9E179D) is unknown color: approx Dark Magenta. HEX triplet: 9E, 17 and 9D. RGB value is (158,23,157). Sum of RGB (Red+Green+Blue) = 158+23+157=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 158 - color contains mainly: red. Hex color #9E179D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E179D is #61E862. Grayscale: #4E4E4E. Windows color (decimal): -6416483 or 10295198. OLE color: 10295198.

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

Color convert

RGB15823157-
CMYK00.850.010.38
HSL300.44º74.59%35.49%-
HSV(B)300.44º85.44%61.96%-
XYZ20.4910.3232.81-
YUV78.64172.23184.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.75%
GREEN value IS 23 (9.38% from 255) = 6.80%
BLUE value IS 157 (61.72% from 255) = 46.45%
R=46.75%
G=6.80%
B=46.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582315700.850.010.38300.4474.5935.49
Hex9E179D05512612c4b23
Octal23627235012514645411343
Binary1001111010111100111010101010111001101001011001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E179D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,23,157); }

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

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

 a { background-color: rgb(158,23,157); }

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

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

 span { border-color: rgb(158,23,157); }

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