Shades of Purple #821384
Tints of Purple #821384
RGB
CMYK
RGB Variations
Color information
#821384 (or 0x821384) is known color: Purple. HEX triplet: 82, 13 and 84. RGB value is (130,19,132). Sum of RGB (Red+Green+Blue) = 130+19+132=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #821384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821384 is #7DEC7B. Grayscale: #404040. Windows color (decimal): -8252540 or 8655746. OLE color: 8655746.
HSL color Cylindrical-coordinate representation of color #821384: hue angle of 298.94º 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 #821384 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 19 | 132 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.48 |
| HSL | 298.94º | 0.75% | 0.3% | - |
| HSV(B) | 298.94º | 0.86% | 0.52% | - |
| XYZ | 13.6 | 6.88 | 22.44 | - |
| YUV | 65.07 | 165.77 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 132 | 0.02 | 0.86 | 0 | 0.48 | 298.94 | 0.75 | 0.3 |
| Hex | 82 | 13 | 84 | 2 | 56 | 0 | 30 | 12B | 4B | 1E |
| Octal | 202 | 23 | 204 | 2 | 126 | 0 | 60 | 453 | 113 | 36 |
| Binary | 10000010 | 10011 | 10000100 | 10 | 1010110 | 0 | 110000 | 100101011 | 1001011 | 11110 |
Color Harmonies of #821384
Complementary color
Monochromatic Colors of #821384
Black with #821384
Text Example
Text Example
White with #821384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821384; }
p { color: rgb(130,19,132); }
H1.HeaderClassName
{
color: #821384;
}
.AnyTagClassName
{
color: #821384;
}
</style>
background-color css
<style>
a { background-color: #821384; }
a { background-color: rgb(130,19,132); }
div.DivClassName
{
background-color: #821384;
}
.BgClassName
{
background-color: #821384;
}
</style>
border-color css
<style>
span { border-color: #821384; }
span { border-color: rgb(130,19,132); }
td.TdClassName
{
border-color: #821384;
}
.TagClassName
{
border-color: #821384;
}
</style>