#800EAA

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

Shades of Dark Magenta #800EAA

Tints of Dark Magenta #800EAA

Color information

#800EAA (or 0x800EAA) is unknown color: approx Dark Magenta. HEX triplet: 80, 0E and AA. RGB value is (128,14,170). Sum of RGB (Red+Green+Blue) = 128+14+170=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #800EAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800EAA is #7FF155. Grayscale: #414141. Windows color (decimal): -8384854 or 11144832. OLE color: 11144832.

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

Color convert

RGB12814170-
CMYK0.250.9200.33
HSL283.85º84.78%36.08%-
HSV(B)283.85º91.76%66.67%-
XYZ16.317.8138.68-
YUV65.87186.77172.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.03%
GREEN value IS 14 (5.86% from 255) = 4.49%
BLUE value IS 170 (66.80% from 255) = 54.49%
R=41.03%
G=4.49%
B=54.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128141700.250.9200.33283.8584.7836.08
Hex80EAA195C02111c5524
Octal200162523113404143412544
Binary1000000011101010101011001101110001000011000111001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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