#7E0993

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

Shades of Dark Magenta #7E0993

Tints of Dark Magenta #7E0993

Color information

#7E0993 (or 0x7E0993) is unknown color: approx Dark Magenta. HEX triplet: 7E, 09 and 93. RGB value is (126,9,147). Sum of RGB (Red+Green+Blue) = 126+9+147=282 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.68% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #7E0993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0993 is #81F66C. Grayscale: #3B3B3B. Windows color (decimal): -8517229 or 9636222. OLE color: 9636222.

HSL color Cylindrical-coordinate representation of color #7E0993: hue angle of 290.87º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E0993 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1269147-
CMYK0.140.9400.42
HSL290.87º88.46%30.59%-
HSV(B)290.87º93.88%57.65%-
XYZ13.976.7428.17-
YUV59.72177.26175.28-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.68%
GREEN value IS 9 (3.91% from 255) = 3.19%
BLUE value IS 147 (57.81% from 255) = 52.13%
R=44.68%
G=3.19%
B=52.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12691470.140.9400.42290.8788.4630.59
Hex7E993E5E02A123581f
Octal176112231613605244313037
Binary1111110100110010011111010111100101010100100011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E0993; }

 p { color: rgb(126,9,147); }

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

<style>
 a { background-color: #7E0993; }

 a { background-color: rgb(126,9,147); }

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

<style>
 span { border-color: #7E0993; }

 span { border-color: rgb(126,9,147); }

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