#820AAA

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

Shades of Dark Magenta #820AAA

Tints of Dark Magenta #820AAA

Color information

#820AAA (or 0x820AAA) is unknown color: approx Dark Magenta. HEX triplet: 82, 0A and AA. RGB value is (130,10,170). Sum of RGB (Red+Green+Blue) = 130+10+170=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #820AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820AAA is #7DF555. Grayscale: #3F3F3F. Windows color (decimal): -8254806 or 11143810. OLE color: 11143810.

HSL color Cylindrical-coordinate representation of color #820AAA: hue angle of 285º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820AAA is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13010170-
CMYK0.240.9400.33
HSL285º88.89%35.29%-
HSV(B)285º94.12%66.67%-
XYZ16.577.8738.68-
YUV64.12187.76174.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.94%
GREEN value IS 10 (4.30% from 255) = 3.23%
BLUE value IS 170 (66.80% from 255) = 54.84%
R=41.94%
G=3.23%
B=54.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130101700.240.9400.3328588.8935.29
Hex82AAA185E02111d5923
Octal202122523013604143513143
Binary1000001010101010101011000101111001000011000111011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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