#820D85

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

Shades of Purple #820D85

Tints of Purple #820D85

Color information

#820D85 (or 0x820D85) is unknown color: approx Purple. HEX triplet: 82, 0D and 85. RGB value is (130,13,133). Sum of RGB (Red+Green+Blue) = 130+13+133=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #820D85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820D85 is #7DF27A. Grayscale: #3D3D3D. Windows color (decimal): -8254075 or 8719746. OLE color: 8719746.

HSL color Cylindrical-coordinate representation of color #820D85: hue angle of 298.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #820D85 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13013133-
CMYK0.020.9000.48
HSL298.5º82.19%28.63%-
HSV(B)298.5º90.23%52.16%-
XYZ13.586.7322.77-
YUV61.66168.26176.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.10%
GREEN value IS 13 (5.47% from 255) = 4.71%
BLUE value IS 133 (52.34% from 255) = 48.19%
R=47.10%
G=4.71%
B=48.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130131330.020.9000.48298.582.1928.63
Hex82D8525A03012a521d
Octal20215205213206045212235
Binary100000101101100001011010110100110000100101010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,13,133); }

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

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

 a { background-color: rgb(130,13,133); }

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

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

 span { border-color: rgb(130,13,133); }

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