Shades of Dark Purple #821889
Tints of Dark Purple #821889
RGB
CMYK
RGB Variations
Color information
#821889 (or 0x821889) is known color: Dark Purple. HEX triplet: 82, 18 and 89. RGB value is (130,24,137). Sum of RGB (Red+Green+Blue) = 130+24+137=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #821889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821889 is #7DE776. Grayscale: #444444. Windows color (decimal): -8251255 or 8984706. OLE color: 8984706.
HSL color Cylindrical-coordinate representation of color #821889: hue angle of 296.28º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821889 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 24 | 137 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.46 |
| HSL | 296.28º | 0.7% | 0.32% | - |
| HSV(B) | 296.28º | 0.82% | 0.54% | - |
| XYZ | 14.05 | 7.21 | 24.32 | - |
| YUV | 68.58 | 166.62 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 24 | 137 | 0.05 | 0.82 | 0 | 0.46 | 296.28 | 0.7 | 0.32 |
| Hex | 82 | 18 | 89 | 5 | 52 | 0 | 2E | 128 | 46 | 20 |
| Octal | 202 | 30 | 211 | 5 | 122 | 0 | 56 | 450 | 106 | 40 |
| Binary | 10000010 | 11000 | 10001001 | 101 | 1010010 | 0 | 101110 | 100101000 | 1000110 | 100000 |
Color Harmonies of #821889
Complementary color
Monochromatic Colors of #821889
Black with #821889
Text Example
Text Example
White with #821889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821889; }
p { color: rgb(130,24,137); }
H1.HeaderClassName
{
color: #821889;
}
.AnyTagClassName
{
color: #821889;
}
</style>
background-color css
<style>
a { background-color: #821889; }
a { background-color: rgb(130,24,137); }
div.DivClassName
{
background-color: #821889;
}
.BgClassName
{
background-color: #821889;
}
</style>
border-color css
<style>
span { border-color: #821889; }
span { border-color: rgb(130,24,137); }
td.TdClassName
{
border-color: #821889;
}
.TagClassName
{
border-color: #821889;
}
</style>