#8E0793

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

Shades of Dark Magenta #8E0793

Tints of Dark Magenta #8E0793

Color information

#8E0793 (or 0x8E0793) is unknown color: approx Dark Magenta. HEX triplet: 8E, 07 and 93. RGB value is (142,7,147). Sum of RGB (Red+Green+Blue) = 142+7+147=296 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.97% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E0793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0793 is #71F86C. Grayscale: #3E3E3E. Windows color (decimal): -7469165 or 9635726. OLE color: 9635726.

HSL color Cylindrical-coordinate representation of color #8E0793: hue angle of 297.86º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E0793 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1427147-
CMYK0.030.9500.42
HSL297.86º90.91%30.2%-
HSV(B)297.86º95.24%57.65%-
XYZ16.58.0128.28-
YUV63.32175.23184.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.97%
GREEN value IS 7 (3.12% from 255) = 2.36%
BLUE value IS 147 (57.81% from 255) = 49.66%
R=47.97%
G=2.36%
B=49.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14271470.030.9500.42297.8690.9130.2
Hex8E79335F02A12a5b1e
Octal2167223313705245213336
Binary10001110111100100111110111110101010100101010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E0793; }

 p { color: rgb(142,7,147); }

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

<style>
 a { background-color: #8E0793; }

 a { background-color: rgb(142,7,147); }

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

<style>
 span { border-color: #8E0793; }

 span { border-color: rgb(142,7,147); }

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