#9E17A0

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

Shades of Dark Magenta #9E17A0

Tints of Dark Magenta #9E17A0

Color information

#9E17A0 (or 0x9E17A0) is unknown color: approx Dark Magenta. HEX triplet: 9E, 17 and A0. RGB value is (158,23,160). Sum of RGB (Red+Green+Blue) = 158+23+160=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 160 - color contains mainly: blue. Hex color #9E17A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E17A0 is #61E85F. Grayscale: #4E4E4E. Windows color (decimal): -6416480 or 10491806. OLE color: 10491806.

HSL color Cylindrical-coordinate representation of color #9E17A0: hue angle of 299.12º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E17A0 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15823160-
CMYK0.010.8600.37
HSL299.12º74.86%35.88%-
HSV(B)299.12º85.62%62.75%-
XYZ20.7510.4234.18-
YUV78.98173.73184.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.33%
GREEN value IS 23 (9.38% from 255) = 6.74%
BLUE value IS 160 (62.89% from 255) = 46.92%
R=46.33%
G=6.74%
B=46.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal158231600.010.8600.37299.1274.8635.88
Hex9E17A015602512b4b24
Octal23627240112604545311344
Binary1001111010111101000001101011001001011001010111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E17A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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