#9E01A9

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

Shades of Dark Magenta #9E01A9

Tints of Dark Magenta #9E01A9

Color information

#9E01A9 (or 0x9E01A9) is unknown color: approx Dark Magenta. HEX triplet: 9E, 01 and A9. RGB value is (158,1,169). Sum of RGB (Red+Green+Blue) = 158+1+169=328 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.17% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 169 (66.41% from 255 or 51.52% from 328); Max value from RGB is 169 - color contains mainly: blue. Hex color #9E01A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E01A9 is #61FE56. Grayscale: #424242. Windows color (decimal): -6422103 or 11075998. OLE color: 11075998.

HSL color Cylindrical-coordinate representation of color #9E01A9: hue angle of 296.07º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E01A9 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1581169-
CMYK0.070.9900.34
HSL296.07º98.82%33.33%-
HSV(B)296.07º99.41%66.27%-
XYZ21.2710.1638.38-
YUV67.1185.51192.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.17%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 169 (66.41% from 255) = 51.52%
R=48.17%
G=0.30%
B=51.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal15811690.070.9900.34296.0798.8233.33
Hex9E1A97630221286321
Octal2361251714304245014341
Binary10011110110101001111110001101000101001010001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E01A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,1,169); }

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

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

 a { background-color: rgb(158,1,169); }

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

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

 span { border-color: rgb(158,1,169); }

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