Shades of Dark Purple #853876
Tints of Dark Purple #853876
RGB
CMYK
RGB Variations
Color information
#853876 (or 0x853876) is known color: Dark Purple. HEX triplet: 85, 38 and 76. RGB value is (133,56,118). Sum of RGB (Red+Green+Blue) = 133+56+118=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #853876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853876 is #7AC789. Grayscale: #555555. Windows color (decimal): -8046474 or 7747717. OLE color: 7747717.
HSL color Cylindrical-coordinate representation of color #853876: hue angle of 311.69º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #853876 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 56 | 118 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.48 |
| HSL | 311.69º | 0.41% | 0.37% | - |
| HSV(B) | 311.69º | 0.58% | 0.52% | - |
| XYZ | 14.36 | 9.12 | 18.14 | - |
| YUV | 86.09 | 146.01 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 118 | 0 | 0.58 | 0.11 | 0.48 | 311.69 | 0.41 | 0.37 |
| Hex | 85 | 38 | 76 | 0 | 3A | B | 30 | 138 | 29 | 25 |
| Octal | 205 | 70 | 166 | 0 | 72 | 13 | 60 | 470 | 51 | 45 |
| Binary | 10000101 | 111000 | 1110110 | 0 | 111010 | 1011 | 110000 | 100111000 | 101001 | 100101 |
Color Harmonies of #853876
Complementary color
Monochromatic Colors of #853876
Black with #853876
Text Example
Text Example
White with #853876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853876; }
p { color: rgb(133,56,118); }
H1.HeaderClassName
{
color: #853876;
}
.AnyTagClassName
{
color: #853876;
}
</style>
background-color css
<style>
a { background-color: #853876; }
a { background-color: rgb(133,56,118); }
div.DivClassName
{
background-color: #853876;
}
.BgClassName
{
background-color: #853876;
}
</style>
border-color css
<style>
span { border-color: #853876; }
span { border-color: rgb(133,56,118); }
td.TdClassName
{
border-color: #853876;
}
.TagClassName
{
border-color: #853876;
}
</style>