Shades of Dark Purple #852876
Tints of Dark Purple #852876
RGB
CMYK
RGB Variations
Color information
#852876 (or 0x852876) is known color: Dark Purple. HEX triplet: 85, 28 and 76. RGB value is (133,40,118). Sum of RGB (Red+Green+Blue) = 133+40+118=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #852876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852876 is #7AD789. Grayscale: #4C4C4C. Windows color (decimal): -8050570 or 7743621. OLE color: 7743621.
HSL color Cylindrical-coordinate representation of color #852876: hue angle of 309.68º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852876 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 118 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.48 |
| HSL | 309.68º | 0.54% | 0.34% | - |
| HSV(B) | 309.68º | 0.7% | 0.52% | - |
| XYZ | 13.7 | 7.81 | 17.93 | - |
| YUV | 76.7 | 151.31 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 118 | 0 | 0.70 | 0.11 | 0.48 | 309.68 | 0.54 | 0.34 |
| Hex | 85 | 28 | 76 | 0 | 46 | B | 30 | 136 | 36 | 22 |
| Octal | 205 | 50 | 166 | 0 | 106 | 13 | 60 | 466 | 66 | 42 |
| Binary | 10000101 | 101000 | 1110110 | 0 | 1000110 | 1011 | 110000 | 100110110 | 110110 | 100010 |
Color Harmonies of #852876
Complementary color
Monochromatic Colors of #852876
Black with #852876
Text Example
Text Example
White with #852876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852876; }
p { color: rgb(133,40,118); }
H1.HeaderClassName
{
color: #852876;
}
.AnyTagClassName
{
color: #852876;
}
</style>
background-color css
<style>
a { background-color: #852876; }
a { background-color: rgb(133,40,118); }
div.DivClassName
{
background-color: #852876;
}
.BgClassName
{
background-color: #852876;
}
</style>
border-color css
<style>
span { border-color: #852876; }
span { border-color: rgb(133,40,118); }
td.TdClassName
{
border-color: #852876;
}
.TagClassName
{
border-color: #852876;
}
</style>