Shades of Purple #821488
Tints of Purple #821488
RGB
CMYK
RGB Variations
Color information
#821488 (or 0x821488) is known color: Purple. HEX triplet: 82, 14 and 88. RGB value is (130,20,136). Sum of RGB (Red+Green+Blue) = 130+20+136=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #821488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821488 is #7DEB77. Grayscale: #414141. Windows color (decimal): -8252280 or 8918146. OLE color: 8918146.
HSL color Cylindrical-coordinate representation of color #821488: hue angle of 296.9º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821488 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 20 | 136 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.47 |
| HSL | 296.9º | 0.74% | 0.31% | - |
| HSV(B) | 296.9º | 0.85% | 0.53% | - |
| XYZ | 13.9 | 7.02 | 23.92 | - |
| YUV | 66.11 | 167.44 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 136 | 0.04 | 0.85 | 0 | 0.47 | 296.9 | 0.74 | 0.31 |
| Hex | 82 | 14 | 88 | 4 | 55 | 0 | 2F | 129 | 4A | 1F |
| Octal | 202 | 24 | 210 | 4 | 125 | 0 | 57 | 451 | 112 | 37 |
| Binary | 10000010 | 10100 | 10001000 | 100 | 1010101 | 0 | 101111 | 100101001 | 1001010 | 11111 |
Color Harmonies of #821488
Complementary color
Monochromatic Colors of #821488
Black with #821488
Text Example
Text Example
White with #821488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821488; }
p { color: rgb(130,20,136); }
H1.HeaderClassName
{
color: #821488;
}
.AnyTagClassName
{
color: #821488;
}
</style>
background-color css
<style>
a { background-color: #821488; }
a { background-color: rgb(130,20,136); }
div.DivClassName
{
background-color: #821488;
}
.BgClassName
{
background-color: #821488;
}
</style>
border-color css
<style>
span { border-color: #821488; }
span { border-color: rgb(130,20,136); }
td.TdClassName
{
border-color: #821488;
}
.TagClassName
{
border-color: #821488;
}
</style>