#9E05AD

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

Shades of Dark Magenta #9E05AD

Tints of Dark Magenta #9E05AD

Color information

#9E05AD (or 0x9E05AD) is unknown color: approx Dark Magenta. HEX triplet: 9E, 05 and AD. RGB value is (158,5,173). Sum of RGB (Red+Green+Blue) = 158+5+173=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E05AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E05AD is #61FA52. Grayscale: #454545. Windows color (decimal): -6421075 or 11339166. OLE color: 11339166.

HSL color Cylindrical-coordinate representation of color #9E05AD: hue angle of 294.64º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E05AD is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1585173-
CMYK0.090.9700.32
HSL294.64º94.38%34.9%-
HSV(B)294.64º97.11%67.84%-
XYZ21.710.3940.4-
YUV69.9186.19190.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.02%
GREEN value IS 5 (2.34% from 255) = 1.49%
BLUE value IS 173 (67.97% from 255) = 51.49%
R=47.02%
G=1.49%
B=51.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15851730.090.9700.32294.6494.3834.9
Hex9E5AD9610201275e23
Octal23652551114104044713643
Binary10011110101101011011001110000101000001001001111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E05AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,5,173); }

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

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

 a { background-color: rgb(158,5,173); }

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

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

 span { border-color: rgb(158,5,173); }

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