#800EA9

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

Shades of Dark Magenta #800EA9

Tints of Dark Magenta #800EA9

Color information

#800EA9 (or 0x800EA9) is unknown color: approx Dark Magenta. HEX triplet: 80, 0E and A9. RGB value is (128,14,169). Sum of RGB (Red+Green+Blue) = 128+14+169=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 14 (5.86% from 255 or 4.50% from 311); Blue value is 169 (66.41% from 255 or 54.34% from 311); Max value from RGB is 169 - color contains mainly: blue. Hex color #800EA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800EA9 is #7FF156. Grayscale: #414141. Windows color (decimal): -8384855 or 11079296. OLE color: 11079296.

HSL color Cylindrical-coordinate representation of color #800EA9: hue angle of 284.13º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800EA9 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12814169-
CMYK0.240.9200.34
HSL284.13º84.7%35.88%-
HSV(B)284.13º91.72%66.27%-
XYZ16.227.7738.18-
YUV65.76186.27172.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.16%
GREEN value IS 14 (5.86% from 255) = 4.50%
BLUE value IS 169 (66.41% from 255) = 54.34%
R=41.16%
G=4.50%
B=54.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal128141690.240.9200.34284.1384.735.88
Hex80EA9185C02211c5524
Octal200162513013404243412544
Binary1000000011101010100111000101110001000101000111001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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