#821886

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

Shades of Dark Purple #821886

Tints of Dark Purple #821886

Color information

#821886 (or 0x821886) is unknown color: approx Dark Purple. HEX triplet: 82, 18 and 86. RGB value is (130,24,134). Sum of RGB (Red+Green+Blue) = 130+24+134=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 134 - color contains mainly: blue. Hex color #821886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821886 is #7DE779. Grayscale: #434343. Windows color (decimal): -8251258 or 8788098. OLE color: 8788098.

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

Color convert

RGB13024134-
CMYK0.030.8200.47
HSL297.82º69.62%30.98%-
HSV(B)297.82º82.09%52.55%-
XYZ13.847.1223.2-
YUV68.23165.12172.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.14%
GREEN value IS 24 (9.77% from 255) = 8.33%
BLUE value IS 134 (52.73% from 255) = 46.53%
R=45.14%
G=8.33%
B=46.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130241340.030.8200.47297.8269.6230.98
Hex82188635202F12a461f
Octal20230206312205745210637
Binary1000001011000100001101110100100101111100101010100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821886; }

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

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

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

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

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

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

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

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