#822085

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

Shades of Dark Purple #822085

Tints of Dark Purple #822085

Color information

#822085 (or 0x822085) is unknown color: approx Dark Purple. HEX triplet: 82, 20 and 85. RGB value is (130,32,133). Sum of RGB (Red+Green+Blue) = 130+32+133=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #822085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822085 is #7DDF7A. Grayscale: #484848. Windows color (decimal): -8249211 or 8724610. OLE color: 8724610.

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

Color convert

RGB13032133-
CMYK0.020.7600.48
HSL298.22º61.21%32.35%-
HSV(B)298.22º75.94%52.16%-
XYZ13.967.4722.9-
YUV72.82161.97168.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 32 (12.89% from 255) = 10.85%
BLUE value IS 133 (52.34% from 255) = 45.08%
R=44.07%
G=10.85%
B=45.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130321330.020.7600.48298.2261.2132.35
Hex82208524C03012a3d20
Octal2024020521140604527540
Binary10000010100000100001011010011000110000100101010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822085; }

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

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

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

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

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

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

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

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