Shades of Dark Purple #821163
Tints of Dark Purple #821163
RGB
CMYK
RGB Variations
Color information
#821163 (or 0x821163) is known color: Dark Purple. HEX triplet: 82, 11 and 63. RGB value is (130,17,99). Sum of RGB (Red+Green+Blue) = 130+17+99=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #821163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821163 is #7DEE9C. Grayscale: #3B3B3B. Windows color (decimal): -8253085 or 6492546. OLE color: 6492546.
HSL color Cylindrical-coordinate representation of color #821163: hue angle of 316.46º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821163 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 17 | 99 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.49 |
| HSL | 316.46º | 0.77% | 0.29% | - |
| HSV(B) | 316.46º | 0.87% | 0.51% | - |
| XYZ | 11.66 | 6.05 | 12.36 | - |
| YUV | 60.14 | 149.94 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 99 | 0 | 0.87 | 0.24 | 0.49 | 316.46 | 0.77 | 0.29 |
| Hex | 82 | 11 | 63 | 0 | 57 | 18 | 31 | 13C | 4D | 1D |
| Octal | 202 | 21 | 143 | 0 | 127 | 30 | 61 | 474 | 115 | 35 |
| Binary | 10000010 | 10001 | 1100011 | 0 | 1010111 | 11000 | 110001 | 100111100 | 1001101 | 11101 |
Color Harmonies of #821163
Complementary color
Monochromatic Colors of #821163
Black with #821163
Text Example
Text Example
White with #821163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821163; }
p { color: rgb(130,17,99); }
H1.HeaderClassName
{
color: #821163;
}
.AnyTagClassName
{
color: #821163;
}
</style>
background-color css
<style>
a { background-color: #821163; }
a { background-color: rgb(130,17,99); }
div.DivClassName
{
background-color: #821163;
}
.BgClassName
{
background-color: #821163;
}
</style>
border-color css
<style>
span { border-color: #821163; }
span { border-color: rgb(130,17,99); }
td.TdClassName
{
border-color: #821163;
}
.TagClassName
{
border-color: #821163;
}
</style>