#820AAC

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

Shades of Dark Magenta #820AAC

Tints of Dark Magenta #820AAC

Color information

#820AAC (or 0x820AAC) is unknown color: approx Dark Magenta. HEX triplet: 82, 0A and AC. RGB value is (130,10,172). Sum of RGB (Red+Green+Blue) = 130+10+172=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #820AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820AAC is #7DF553. Grayscale: #3F3F3F. Windows color (decimal): -8254804 or 11274882. OLE color: 11274882.

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

Color convert

RGB13010172-
CMYK0.240.9400.33
HSL284.44º89.01%35.69%-
HSV(B)284.44º94.19%67.45%-
XYZ16.767.9439.68-
YUV64.35188.76174.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.67%
GREEN value IS 10 (4.30% from 255) = 3.21%
BLUE value IS 172 (67.58% from 255) = 55.13%
R=41.67%
G=3.21%
B=55.13%

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
Decimal130101720.240.9400.33284.4489.0135.69
Hex82AAC185E02111c5924
Octal202122543013604143413144
Binary1000001010101010110011000101111001000011000111001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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