Shades of Dark Purple #83217B
Tints of Dark Purple #83217B
RGB
CMYK
RGB Variations
Color information
#83217B (or 0x83217B) is known color: Dark Purple. HEX triplet: 83, 21 and 7B. RGB value is (131,33,123). Sum of RGB (Red+Green+Blue) = 131+33+123=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #83217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83217B is #7CDE84. Grayscale: #484848. Windows color (decimal): -8183429 or 8069507. OLE color: 8069507.
HSL color Cylindrical-coordinate representation of color #83217B: hue angle of 304.9º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83217B is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 123 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.49 |
| HSL | 304.9º | 0.6% | 0.32% | - |
| HSV(B) | 304.9º | 0.75% | 0.51% | - |
| XYZ | 13.48 | 7.34 | 19.45 | - |
| YUV | 72.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 123 | 0 | 0.75 | 0.06 | 0.49 | 304.9 | 0.6 | 0.32 |
| Hex | 83 | 21 | 7B | 0 | 4B | 6 | 31 | 131 | 3C | 20 |
| Octal | 203 | 41 | 173 | 0 | 113 | 6 | 61 | 461 | 74 | 40 |
| Binary | 10000011 | 100001 | 1111011 | 0 | 1001011 | 110 | 110001 | 100110001 | 111100 | 100000 |
Color Harmonies of #83217B
Complementary color
Monochromatic Colors of #83217B
Black with #83217B
Text Example
Text Example
White with #83217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83217B; }
p { color: rgb(131,33,123); }
H1.HeaderClassName
{
color: #83217B;
}
.AnyTagClassName
{
color: #83217B;
}
</style>
background-color css
<style>
a { background-color: #83217B; }
a { background-color: rgb(131,33,123); }
div.DivClassName
{
background-color: #83217B;
}
.BgClassName
{
background-color: #83217B;
}
</style>
border-color css
<style>
span { border-color: #83217B; }
span { border-color: rgb(131,33,123); }
td.TdClassName
{
border-color: #83217B;
}
.TagClassName
{
border-color: #83217B;
}
</style>