#820EAA

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

Shades of Dark Magenta #820EAA

Tints of Dark Magenta #820EAA

Color information

#820EAA (or 0x820EAA) is unknown color: approx Dark Magenta. HEX triplet: 82, 0E and AA. RGB value is (130,14,170). Sum of RGB (Red+Green+Blue) = 130+14+170=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #820EAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820EAA is #7DF155. Grayscale: #414141. Windows color (decimal): -8253782 or 11144834. OLE color: 11144834.

HSL color Cylindrical-coordinate representation of color #820EAA: hue angle of 284.62º 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 #820EAA is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13014170-
CMYK0.240.9200.33
HSL284.62º84.78%36.08%-
HSV(B)284.62º91.76%66.67%-
XYZ16.627.9638.69-
YUV66.47186.43173.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.40%
GREEN value IS 14 (5.86% from 255) = 4.46%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=41.40%
G=4.46%
B=54.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130141700.240.9200.33284.6284.7836.08
Hex82EAA185C02111d5524
Octal202162523013404143512544
Binary1000001011101010101011000101110001000011000111011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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