#800E8C

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

Shades of Dark Magenta #800E8C

Tints of Dark Magenta #800E8C

Color information

#800E8C (or 0x800E8C) is unknown color: approx Dark Magenta. HEX triplet: 80, 0E and 8C. RGB value is (128,14,140). Sum of RGB (Red+Green+Blue) = 128+14+140=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #800E8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800E8C is #7FF173. Grayscale: #3E3E3E. Windows color (decimal): -8384884 or 9178752. OLE color: 9178752.

HSL color Cylindrical-coordinate representation of color #800E8C: hue angle of 294.29º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800E8C is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12814140-
CMYK0.090.9000.45
HSL294.29º81.82%30.2%-
HSV(B)294.29º90%54.9%-
XYZ13.796.825.4-
YUV62.45171.77174.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.39%
GREEN value IS 14 (5.86% from 255) = 4.96%
BLUE value IS 140 (55.08% from 255) = 49.65%
R=45.39%
G=4.96%
B=49.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128141400.090.9000.45294.2981.8230.2
Hex80E8C95A02D126521e
Octal200162141113205544612236
Binary10000000111010001100100110110100101101100100110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800E8C; }

 p { color: rgb(128,14,140); }

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

<style>
 a { background-color: #800E8C; }

 a { background-color: rgb(128,14,140); }

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

<style>
 span { border-color: #800E8C; }

 span { border-color: rgb(128,14,140); }

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