#820A87

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

Shades of Purple #820A87

Tints of Purple #820A87

Color information

#820A87 (or 0x820A87) is unknown color: approx Purple. HEX triplet: 82, 0A and 87. RGB value is (130,10,135). Sum of RGB (Red+Green+Blue) = 130+10+135=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #820A87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820A87 is #7DF578. Grayscale: #3B3B3B. Windows color (decimal): -8254841 or 8850050. OLE color: 8850050.

HSL color Cylindrical-coordinate representation of color #820A87: hue angle of 297.6º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820A87 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13010135-
CMYK0.040.9300.47
HSL297.6º86.21%28.43%-
HSV(B)297.6º92.59%52.94%-
XYZ13.696.7123.5-
YUV60.13170.26177.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.27%
GREEN value IS 10 (4.30% from 255) = 3.64%
BLUE value IS 135 (53.12% from 255) = 49.09%
R=47.27%
G=3.64%
B=49.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130101350.040.9300.47297.686.2128.43
Hex82A8745D02F12a561c
Octal20212207413505745212634
Binary1000001010101000011110010111010101111100101010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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