#821386

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

Shades of Purple #821386

Tints of Purple #821386

Color information

#821386 (or 0x821386) is unknown color: approx Purple. HEX triplet: 82, 13 and 86. RGB value is (130,19,134). Sum of RGB (Red+Green+Blue) = 130+19+134=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #821386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821386 is #7DEC79. Grayscale: #404040. Windows color (decimal): -8252538 or 8786818. OLE color: 8786818.

HSL color Cylindrical-coordinate representation of color #821386: hue angle of 297.91º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821386 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13019134-
CMYK0.030.8600.47
HSL297.91º75.16%30%-
HSV(B)297.91º85.82%52.55%-
XYZ13.746.9323.17-
YUV65.3166.77174.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 19 (7.81% from 255) = 6.71%
BLUE value IS 134 (52.73% from 255) = 47.35%
R=45.94%
G=6.71%
B=47.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130191340.030.8600.47297.9175.1630
Hex82138635602F12a4b1e
Octal20223206312605745211336
Binary1000001010011100001101110101100101111100101010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821386; }

 p { color: rgb(130,19,134); }

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

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

 a { background-color: rgb(130,19,134); }

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

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

 span { border-color: rgb(130,19,134); }

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