Shades of Purple #820384
Tints of Purple #820384
RGB
CMYK
RGB Variations
Color information
#820384 (or 0x820384) is known color: Purple. HEX triplet: 82, 03 and 84. RGB value is (130,3,132). Sum of RGB (Red+Green+Blue) = 130+3+132=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #820384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820384 is #7DFC7B. Grayscale: #373737. Windows color (decimal): -8256636 or 8651650. OLE color: 8651650.
HSL color Cylindrical-coordinate representation of color #820384: hue angle of 299.07º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820384 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 3 | 132 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.48 |
| HSL | 299.07º | 0.96% | 0.26% | - |
| HSV(B) | 299.07º | 0.98% | 0.52% | - |
| XYZ | 13.4 | 6.48 | 22.37 | - |
| YUV | 55.68 | 171.08 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 132 | 0.02 | 0.98 | 0 | 0.48 | 299.07 | 0.96 | 0.26 |
| Hex | 82 | 3 | 84 | 2 | 62 | 0 | 30 | 12B | 60 | 1A |
| Octal | 202 | 3 | 204 | 2 | 142 | 0 | 60 | 453 | 140 | 32 |
| Binary | 10000010 | 11 | 10000100 | 10 | 1100010 | 0 | 110000 | 100101011 | 1100000 | 11010 |
Color Harmonies of #820384
Complementary color
Monochromatic Colors of #820384
Black with #820384
Text Example
Text Example
White with #820384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820384; }
p { color: rgb(130,3,132); }
H1.HeaderClassName
{
color: #820384;
}
.AnyTagClassName
{
color: #820384;
}
</style>
background-color css
<style>
a { background-color: #820384; }
a { background-color: rgb(130,3,132); }
div.DivClassName
{
background-color: #820384;
}
.BgClassName
{
background-color: #820384;
}
</style>
border-color css
<style>
span { border-color: #820384; }
span { border-color: rgb(130,3,132); }
td.TdClassName
{
border-color: #820384;
}
.TagClassName
{
border-color: #820384;
}
</style>