#820885

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

Shades of Purple #820885

Tints of Purple #820885

Color information

#820885 (or 0x820885) is unknown color: approx Purple. HEX triplet: 82, 08 and 85. RGB value is (130,8,133). Sum of RGB (Red+Green+Blue) = 130+8+133=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #820885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820885 is #7DF77A. Grayscale: #3A3A3A. Windows color (decimal): -8255355 or 8718466. OLE color: 8718466.

HSL color Cylindrical-coordinate representation of color #820885: hue angle of 298.56º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820885 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1308133-
CMYK0.020.9400.48
HSL298.56º88.65%27.65%-
HSV(B)298.56º93.98%52.16%-
XYZ13.536.6122.75-
YUV58.73169.92178.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 8 (3.52% from 255) = 2.95%
BLUE value IS 133 (52.34% from 255) = 49.08%
R=47.97%
G=2.95%
B=49.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13081330.020.9400.48298.5688.6527.65
Hex8288525E03012b591c
Octal20210205213606045313134
Binary100000101000100001011010111100110000100101011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820885; }

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

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

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

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

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

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

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

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