#821085

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

Shades of Purple #821085

Tints of Purple #821085

Color information

#821085 (or 0x821085) is unknown color: approx Purple. HEX triplet: 82, 10 and 85. RGB value is (130,16,133). Sum of RGB (Red+Green+Blue) = 130+16+133=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #821085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821085 is #7DEF7A. Grayscale: #3F3F3F. Windows color (decimal): -8253307 or 8720514. OLE color: 8720514.

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

Color convert

RGB13016133-
CMYK0.020.8800.48
HSL298.46º78.52%29.22%-
HSV(B)298.46º87.97%52.16%-
XYZ13.626.8122.79-
YUV63.42167.27175.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.59%
GREEN value IS 16 (6.64% from 255) = 5.73%
BLUE value IS 133 (52.34% from 255) = 47.67%
R=46.59%
G=5.73%
B=47.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130161330.020.8800.48298.4678.5229.22
Hex82108525803012a4f1d
Octal20220205213006045211735
Binary1000001010000100001011010110000110000100101010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821085; }

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

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

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

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

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

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

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

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