Shades of Dark Purple #821B88
Tints of Dark Purple #821B88
RGB
CMYK
RGB Variations
Color information
#821B88 (or 0x821B88) is known color: Dark Purple. HEX triplet: 82, 1B and 88. RGB value is (130,27,136). Sum of RGB (Red+Green+Blue) = 130+27+136=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #821B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821B88 is #7DE477. Grayscale: #454545. Windows color (decimal): -8250488 or 8919938. OLE color: 8919938.
HSL color Cylindrical-coordinate representation of color #821B88: hue angle of 296.7º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #821B88 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 27 | 136 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.47 |
| HSL | 296.7º | 0.67% | 0.32% | - |
| HSV(B) | 296.7º | 0.8% | 0.53% | - |
| XYZ | 14.04 | 7.31 | 23.96 | - |
| YUV | 70.22 | 165.12 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 136 | 0.04 | 0.80 | 0 | 0.47 | 296.7 | 0.67 | 0.32 |
| Hex | 82 | 1B | 88 | 4 | 50 | 0 | 2F | 129 | 43 | 20 |
| Octal | 202 | 33 | 210 | 4 | 120 | 0 | 57 | 451 | 103 | 40 |
| Binary | 10000010 | 11011 | 10001000 | 100 | 1010000 | 0 | 101111 | 100101001 | 1000011 | 100000 |
Color Harmonies of #821B88
Complementary color
Monochromatic Colors of #821B88
Black with #821B88
Text Example
Text Example
White with #821B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821B88; }
p { color: rgb(130,27,136); }
H1.HeaderClassName
{
color: #821B88;
}
.AnyTagClassName
{
color: #821B88;
}
</style>
background-color css
<style>
a { background-color: #821B88; }
a { background-color: rgb(130,27,136); }
div.DivClassName
{
background-color: #821B88;
}
.BgClassName
{
background-color: #821B88;
}
</style>
border-color css
<style>
span { border-color: #821B88; }
span { border-color: rgb(130,27,136); }
td.TdClassName
{
border-color: #821B88;
}
.TagClassName
{
border-color: #821B88;
}
</style>