Shades of Dark Purple #813876
Tints of Dark Purple #813876
RGB
CMYK
RGB Variations
Color information
#813876 (or 0x813876) is known color: Dark Purple. HEX triplet: 81, 38 and 76. RGB value is (129,56,118). Sum of RGB (Red+Green+Blue) = 129+56+118=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 129 - color contains mainly: red. Hex color #813876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813876 is #7EC789. Grayscale: #545454. Windows color (decimal): -8308618 or 7747713. OLE color: 7747713.
HSL color Cylindrical-coordinate representation of color #813876: hue angle of 309.04º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #813876 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 56 | 118 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.49 |
| HSL | 309.04º | 0.39% | 0.36% | - |
| HSV(B) | 309.04º | 0.57% | 0.51% | - |
| XYZ | 13.74 | 8.8 | 18.11 | - |
| YUV | 84.9 | 146.68 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 56 | 118 | 0 | 0.57 | 0.09 | 0.49 | 309.04 | 0.39 | 0.36 |
| Hex | 81 | 38 | 76 | 0 | 39 | 9 | 31 | 135 | 27 | 24 |
| Octal | 201 | 70 | 166 | 0 | 71 | 11 | 61 | 465 | 47 | 44 |
| Binary | 10000001 | 111000 | 1110110 | 0 | 111001 | 1001 | 110001 | 100110101 | 100111 | 100100 |
Color Harmonies of #813876
Complementary color
Monochromatic Colors of #813876
Black with #813876
Text Example
Text Example
White with #813876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813876; }
p { color: rgb(129,56,118); }
H1.HeaderClassName
{
color: #813876;
}
.AnyTagClassName
{
color: #813876;
}
</style>
background-color css
<style>
a { background-color: #813876; }
a { background-color: rgb(129,56,118); }
div.DivClassName
{
background-color: #813876;
}
.BgClassName
{
background-color: #813876;
}
</style>
border-color css
<style>
span { border-color: #813876; }
span { border-color: rgb(129,56,118); }
td.TdClassName
{
border-color: #813876;
}
.TagClassName
{
border-color: #813876;
}
</style>