#9E0193

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

Shades of Dark Magenta #9E0193

Tints of Dark Magenta #9E0193

Color information

#9E0193 (or 0x9E0193) is unknown color: approx Dark Magenta. HEX triplet: 9E, 01 and 93. RGB value is (158,1,147). Sum of RGB (Red+Green+Blue) = 158+1+147=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0193 is #61FE6C. Grayscale: #404040. Windows color (decimal): -6422125 or 9634206. OLE color: 9634206.

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

Color convert

RGB1581147-
CMYK00.990.070.38
HSL304.2º98.74%31.18%-
HSV(B)304.2º99.37%61.96%-
XYZ19.389.428.4-
YUV64.59174.51194.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.63%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 147 (57.81% from 255) = 48.04%
R=51.63%
G=0.33%
B=48.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158114700.990.070.38304.298.7431.18
Hex9E193063726130631f
Octal2361223014374646014337
Binary1001111011001001101100011111100110100110000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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