#9e0a93

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

Shades of Dark Magenta #9E0A93

Tints of Dark Magenta #9E0A93

Color information

#9E0A93 (or 0x9E0A93) is unknown color: approx Dark Magenta. HEX triplet: 9E, 0A and 93. RGB value is (158,10,147). Sum of RGB (Red+Green+Blue) = 158+10+147=315 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.16% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0A93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0A93 is #61F56C. Grayscale: #454545. Windows color (decimal): -6419821 or 9636510. OLE color: 9636510.

HSL color Cylindrical-coordinate representation of color #9E0A93: hue angle of 304.46º 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 #9E0A93 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB15810147-
CMYK00.940.070.38
HSL304.46º88.1%32.94%-
HSV(B)304.46º93.67%61.96%-
XYZ19.489.5928.43-
YUV69.87171.53190.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.16%
GREEN value IS 10 (4.30% from 255) = 3.17%
BLUE value IS 147 (57.81% from 255) = 46.67%
R=50.16%
G=3.17%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581014700.940.070.38304.4688.132.94
Hex9EA9305E7261305821
Octal23612223013674646013041
Binary10011110101010010011010111101111001101001100001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e0a93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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