#820AAB

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

Shades of Dark Magenta #820AAB

Tints of Dark Magenta #820AAB

Color information

#820AAB (or 0x820AAB) is unknown color: approx Dark Magenta. HEX triplet: 82, 0A and AB. RGB value is (130,10,171). Sum of RGB (Red+Green+Blue) = 130+10+171=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #820AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820AAB is #7DF554. Grayscale: #3F3F3F. Windows color (decimal): -8254805 or 11209346. OLE color: 11209346.

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

Color convert

RGB13010171-
CMYK0.240.9400.33
HSL284.72º88.95%35.49%-
HSV(B)284.72º94.15%67.06%-
XYZ16.677.939.18-
YUV64.23188.26174.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.80%
GREEN value IS 10 (4.30% from 255) = 3.22%
BLUE value IS 171 (67.19% from 255) = 54.98%
R=41.80%
G=3.22%
B=54.98%

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
Decimal130101710.240.9400.33284.7288.9535.49
Hex82AAB185E02111d5923
Octal202122533013604143513143
Binary1000001010101010101111000101111001000011000111011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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