#800EA2

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

Shades of Dark Magenta #800EA2

Tints of Dark Magenta #800EA2

Color information

#800EA2 (or 0x800EA2) is unknown color: approx Dark Magenta. HEX triplet: 80, 0E and A2. RGB value is (128,14,162). Sum of RGB (Red+Green+Blue) = 128+14+162=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 162 (63.67% from 255 or 53.29% from 304); Max value from RGB is 162 - color contains mainly: blue. Hex color #800EA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800EA2 is #7FF15D. Grayscale: #404040. Windows color (decimal): -8384862 or 10620544. OLE color: 10620544.

HSL color Cylindrical-coordinate representation of color #800EA2: hue angle of 286.22º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800EA2 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12814162-
CMYK0.210.9100.36
HSL286.22º84.09%34.51%-
HSV(B)286.22º91.36%63.53%-
XYZ15.587.5134.81-
YUV64.96182.77172.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.11%
GREEN value IS 14 (5.86% from 255) = 4.61%
BLUE value IS 162 (63.67% from 255) = 53.29%
R=42.11%
G=4.61%
B=53.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128141620.210.9100.36286.2284.0934.51
Hex80EA2155B02411e5423
Octal200162422513304443612443
Binary1000000011101010001010101101101101001001000111101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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