Shades of Dark Purple #821A88
Tints of Dark Purple #821A88
RGB
CMYK
RGB Variations
Color information
#821A88 (or 0x821A88) is known color: Dark Purple. HEX triplet: 82, 1A and 88. RGB value is (130,26,136). Sum of RGB (Red+Green+Blue) = 130+26+136=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #821A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821A88 is #7DE577. Grayscale: #454545. Windows color (decimal): -8250744 or 8919682. OLE color: 8919682.
HSL color Cylindrical-coordinate representation of color #821A88: hue angle of 296.73º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #821A88 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 26 | 136 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.47 |
| HSL | 296.73º | 0.68% | 0.32% | - |
| HSV(B) | 296.73º | 0.81% | 0.53% | - |
| XYZ | 14.02 | 7.26 | 23.96 | - |
| YUV | 69.64 | 165.46 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 136 | 0.04 | 0.81 | 0 | 0.47 | 296.73 | 0.68 | 0.32 |
| Hex | 82 | 1A | 88 | 4 | 51 | 0 | 2F | 129 | 44 | 20 |
| Octal | 202 | 32 | 210 | 4 | 121 | 0 | 57 | 451 | 104 | 40 |
| Binary | 10000010 | 11010 | 10001000 | 100 | 1010001 | 0 | 101111 | 100101001 | 1000100 | 100000 |
Color Harmonies of #821A88
Complementary color
Monochromatic Colors of #821A88
Black with #821A88
Text Example
Text Example
White with #821A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821A88; }
p { color: rgb(130,26,136); }
H1.HeaderClassName
{
color: #821A88;
}
.AnyTagClassName
{
color: #821A88;
}
</style>
background-color css
<style>
a { background-color: #821A88; }
a { background-color: rgb(130,26,136); }
div.DivClassName
{
background-color: #821A88;
}
.BgClassName
{
background-color: #821A88;
}
</style>
border-color css
<style>
span { border-color: #821A88; }
span { border-color: rgb(130,26,136); }
td.TdClassName
{
border-color: #821A88;
}
.TagClassName
{
border-color: #821A88;
}
</style>