#9E0792

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

Shades of Dark Magenta #9E0792

Tints of Dark Magenta #9E0792

Color information

#9E0792 (or 0x9E0792) is unknown color: approx Dark Magenta. HEX triplet: 9E, 07 and 92. RGB value is (158,7,146). Sum of RGB (Red+Green+Blue) = 158+7+146=311 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.80% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0792 is #61F86D. Grayscale: #434343. Windows color (decimal): -6420590 or 9570206. OLE color: 9570206.

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

Color convert

RGB1587146-
CMYK00.960.080.38
HSL304.77º91.52%32.35%-
HSV(B)304.77º95.57%61.96%-
XYZ19.369.528.01-
YUV68172.03192.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.80%
GREEN value IS 7 (3.12% from 255) = 2.25%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=50.80%
G=2.25%
B=46.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158714600.960.080.38304.7791.5232.35
Hex9E7920608261315c20
Octal23672220140104646113440
Binary10011110111100100100110000010001001101001100011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,7,146); }

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

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

 a { background-color: rgb(158,7,146); }

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

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

 span { border-color: rgb(158,7,146); }

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