#9E058A

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

Shades of Dark Magenta #9E058A

Tints of Dark Magenta #9E058A

Color information

#9E058A (or 0x9E058A) is unknown color: approx Dark Magenta. HEX triplet: 9E, 05 and 8A. RGB value is (158,5,138). Sum of RGB (Red+Green+Blue) = 158+5+138=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E058A is #61FA75. Grayscale: #414141. Windows color (decimal): -6421110 or 9045406. OLE color: 9045406.

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

Color convert

RGB1585138-
CMYK00.970.130.38
HSL307.84º93.87%31.96%-
HSV(B)307.84º96.84%61.96%-
XYZ18.749.2124.84-
YUV65.91168.69193.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.49%
GREEN value IS 5 (2.34% from 255) = 1.66%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=52.49%
G=1.66%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158513800.970.130.38307.8493.8731.96
Hex9E58A061D261345e20
Octal23652120141154646413640
Binary10011110101100010100110000111011001101001101001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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