#820BA1

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

Shades of Dark Magenta #820BA1

Tints of Dark Magenta #820BA1

Color information

#820BA1 (or 0x820BA1) is unknown color: approx Dark Magenta. HEX triplet: 82, 0B and A1. RGB value is (130,11,161). Sum of RGB (Red+Green+Blue) = 130+11+161=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 161 (63.28% from 255 or 53.31% from 302); Max value from RGB is 161 - color contains mainly: blue. Hex color #820BA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820BA1 is #7DF45E. Grayscale: #3F3F3F. Windows color (decimal): -8254559 or 10554242. OLE color: 10554242.

HSL color Cylindrical-coordinate representation of color #820BA1: hue angle of 287.6º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820BA1 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13011161-
CMYK0.190.9300.37
HSL287.6º87.21%33.73%-
HSV(B)287.6º93.17%63.14%-
XYZ15.767.5634.35-
YUV63.68182.92175.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.05%
GREEN value IS 11 (4.69% from 255) = 3.64%
BLUE value IS 161 (63.28% from 255) = 53.31%
R=43.05%
G=3.64%
B=53.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal130111610.190.9300.37287.687.2133.73
Hex82BA1135D0251205722
Octal202132412313504544012742
Binary1000001010111010000110011101110101001011001000001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,11,161); }

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

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

 a { background-color: rgb(130,11,161); }

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

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

 span { border-color: rgb(130,11,161); }

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