Shades of Dark Purple #853B76
Tints of Dark Purple #853B76
RGB
CMYK
RGB Variations
Color information
#853B76 (or 0x853B76) is known color: Dark Purple. HEX triplet: 85, 3B and 76. RGB value is (133,59,118). Sum of RGB (Red+Green+Blue) = 133+59+118=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #853B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853B76 is #7AC489. Grayscale: #575757. Windows color (decimal): -8045706 or 7748485. OLE color: 7748485.
HSL color Cylindrical-coordinate representation of color #853B76: hue angle of 312.16º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853B76 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 59 | 118 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.48 |
| HSL | 312.16º | 0.39% | 0.38% | - |
| HSV(B) | 312.16º | 0.56% | 0.52% | - |
| XYZ | 14.51 | 9.42 | 18.19 | - |
| YUV | 87.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 118 | 0 | 0.56 | 0.11 | 0.48 | 312.16 | 0.39 | 0.38 |
| Hex | 85 | 3B | 76 | 0 | 38 | B | 30 | 138 | 27 | 26 |
| Octal | 205 | 73 | 166 | 0 | 70 | 13 | 60 | 470 | 47 | 46 |
| Binary | 10000101 | 111011 | 1110110 | 0 | 111000 | 1011 | 110000 | 100111000 | 100111 | 100110 |
Color Harmonies of #853B76
Complementary color
Monochromatic Colors of #853B76
Black with #853B76
Text Example
Text Example
White with #853B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853B76; }
p { color: rgb(133,59,118); }
H1.HeaderClassName
{
color: #853B76;
}
.AnyTagClassName
{
color: #853B76;
}
</style>
background-color css
<style>
a { background-color: #853B76; }
a { background-color: rgb(133,59,118); }
div.DivClassName
{
background-color: #853B76;
}
.BgClassName
{
background-color: #853B76;
}
</style>
border-color css
<style>
span { border-color: #853B76; }
span { border-color: rgb(133,59,118); }
td.TdClassName
{
border-color: #853B76;
}
.TagClassName
{
border-color: #853B76;
}
</style>