#8E0693

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

Shades of Dark Magenta #8E0693

Tints of Dark Magenta #8E0693

Color information

#8E0693 (or 0x8E0693) is unknown color: approx Dark Magenta. HEX triplet: 8E, 06 and 93. RGB value is (142,6,147). Sum of RGB (Red+Green+Blue) = 142+6+147=295 (39% of max value = 765). Red value is 142 (55.86% from 255 or 48.14% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E0693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0693 is #71F96C. Grayscale: #3E3E3E. Windows color (decimal): -7469421 or 9635470. OLE color: 9635470.

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

Color convert

RGB1426147-
CMYK0.030.9600.42
HSL297.87º92.16%30%-
HSV(B)297.87º95.92%57.65%-
XYZ16.497.9928.28-
YUV62.74175.56184.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.14%
GREEN value IS 6 (2.73% from 255) = 2.03%
BLUE value IS 147 (57.81% from 255) = 49.83%
R=48.14%
G=2.03%
B=49.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14261470.030.9600.42297.8792.1630
Hex8E69336002A12a5c1e
Octal2166223314005245213436
Binary10001110110100100111111000000101010100101010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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