#9e0a83

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

Shades of Dark Magenta #9E0A83

Tints of Dark Magenta #9E0A83

Color information

#9E0A83 (or 0x9E0A83) is unknown color: approx Dark Magenta. HEX triplet: 9E, 0A and 83. RGB value is (158,10,131). Sum of RGB (Red+Green+Blue) = 158+10+131=299 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.84% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0A83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0A83 is #61F57C. Grayscale: #434343. Windows color (decimal): -6419837 or 8587934. OLE color: 8587934.

HSL color Cylindrical-coordinate representation of color #9E0A83: hue angle of 310.95º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0A83 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB15810131-
CMYK00.940.170.38
HSL310.95º88.1%32.94%-
HSV(B)310.95º93.67%61.96%-
XYZ18.319.1222.27-
YUV68.05163.53192.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.84%
GREEN value IS 10 (4.30% from 255) = 3.34%
BLUE value IS 131 (51.56% from 255) = 43.81%
R=52.84%
G=3.34%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581013100.940.170.38310.9588.132.94
Hex9EA8305E11261375821
Octal236122030136214646713041
Binary1001111010101000001101011110100011001101001101111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e0a83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,10,131); }

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

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

 a { background-color: rgb(158,10,131); }

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

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

 span { border-color: rgb(158,10,131); }

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