Shades of Purple #821385
Tints of Purple #821385
RGB
CMYK
RGB Variations
Color information
#821385 (or 0x821385) is known color: Purple. HEX triplet: 82, 13 and 85. RGB value is (130,19,133). Sum of RGB (Red+Green+Blue) = 130+19+133=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #821385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821385 is #7DEC7A. Grayscale: #404040. Windows color (decimal): -8252539 or 8721282. OLE color: 8721282.
HSL color Cylindrical-coordinate representation of color #821385: hue angle of 298.42º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821385 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 19 | 133 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.48 |
| HSL | 298.42º | 0.75% | 0.3% | - |
| HSV(B) | 298.42º | 0.86% | 0.52% | - |
| XYZ | 13.67 | 6.91 | 22.8 | - |
| YUV | 65.19 | 166.27 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 133 | 0.02 | 0.86 | 0 | 0.48 | 298.42 | 0.75 | 0.3 |
| Hex | 82 | 13 | 85 | 2 | 56 | 0 | 30 | 12A | 4B | 1E |
| Octal | 202 | 23 | 205 | 2 | 126 | 0 | 60 | 452 | 113 | 36 |
| Binary | 10000010 | 10011 | 10000101 | 10 | 1010110 | 0 | 110000 | 100101010 | 1001011 | 11110 |
Color Harmonies of #821385
Complementary color
Monochromatic Colors of #821385
Black with #821385
Text Example
Text Example
White with #821385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821385; }
p { color: rgb(130,19,133); }
H1.HeaderClassName
{
color: #821385;
}
.AnyTagClassName
{
color: #821385;
}
</style>
background-color css
<style>
a { background-color: #821385; }
a { background-color: rgb(130,19,133); }
div.DivClassName
{
background-color: #821385;
}
.BgClassName
{
background-color: #821385;
}
</style>
border-color css
<style>
span { border-color: #821385; }
span { border-color: rgb(130,19,133); }
td.TdClassName
{
border-color: #821385;
}
.TagClassName
{
border-color: #821385;
}
</style>