Html Css Color HEX #800EAA Dark Magenta

📋 copy color: '#800EAA'

red 128 ◦ green 14 ◦ blue 170

#800EAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #800EAA

Tints of Dark Magenta #800EAA

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.8% from 255) = 54.49%

R = 41.03%
G = 4.49%
B = 54.49%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#800EAA (or 0x800EAA) is known color: 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

RGB 128 14 170 -
CMYK 0.25 0.92 0 0.33
HSL 283.85º 0.85% 0.36% -
HSV(B) 283.85º 0.92% 0.67% -
XYZ 16.31 7.81 38.68 -
YUV 65.87 186.77 172.32 -
System Red Green Blue C M Y K H S L
Decimal 128 14 170 0.25 0.92 0 0.33 283.85 0.85 0.36
Hex 80 E AA 19 5C 0 21 11C 55 24
Octal 200 16 252 31 134 0 41 434 125 44
Binary 10000000 1110 10101010 11001 1011100 0 100001 100011100 1010101 100100

Color Harmonies of #800EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800EAA

Black with #800EAA

Text Example


Text Example

White with #800EAA

Text Example


Text Example

HTML Codes & Css Web 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>