Shades of Dark Purple #85217B
Tints of Dark Purple #85217B
RGB
CMYK
RGB Variations
Color information
#85217B (or 0x85217B) is known color: Dark Purple. HEX triplet: 85, 21 and 7B. RGB value is (133,33,123). Sum of RGB (Red+Green+Blue) = 133+33+123=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #85217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85217B is #7ADE84. Grayscale: #484848. Windows color (decimal): -8052357 or 8069509. OLE color: 8069509.
HSL color Cylindrical-coordinate representation of color #85217B: hue angle of 306º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85217B is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 123 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.48 |
| HSL | 306º | 0.6% | 0.33% | - |
| HSV(B) | 306º | 0.75% | 0.52% | - |
| XYZ | 13.79 | 7.5 | 19.46 | - |
| YUV | 73.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 123 | 0 | 0.75 | 0.08 | 0.48 | 306 | 0.6 | 0.33 |
| Hex | 85 | 21 | 7B | 0 | 4B | 8 | 30 | 132 | 3C | 21 |
| Octal | 205 | 41 | 173 | 0 | 113 | 10 | 60 | 462 | 74 | 41 |
| Binary | 10000101 | 100001 | 1111011 | 0 | 1001011 | 1000 | 110000 | 100110010 | 111100 | 100001 |
Color Harmonies of #85217B
Complementary color
Monochromatic Colors of #85217B
Black with #85217B
Text Example
Text Example
White with #85217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85217B; }
p { color: rgb(133,33,123); }
H1.HeaderClassName
{
color: #85217B;
}
.AnyTagClassName
{
color: #85217B;
}
</style>
background-color css
<style>
a { background-color: #85217B; }
a { background-color: rgb(133,33,123); }
div.DivClassName
{
background-color: #85217B;
}
.BgClassName
{
background-color: #85217B;
}
</style>
border-color css
<style>
span { border-color: #85217B; }
span { border-color: rgb(133,33,123); }
td.TdClassName
{
border-color: #85217B;
}
.TagClassName
{
border-color: #85217B;
}
</style>