Shades of Dark Purple #85286F
Tints of Dark Purple #85286F
RGB
CMYK
RGB Variations
Color information
#85286F (or 0x85286F) is known color: Dark Purple. HEX triplet: 85, 28 and 6F. RGB value is (133,40,111). Sum of RGB (Red+Green+Blue) = 133+40+111=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #85286F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85286F is #7AD790. Grayscale: #4B4B4B. Windows color (decimal): -8050577 or 7284869. OLE color: 7284869.
HSL color Cylindrical-coordinate representation of color #85286F: hue angle of 314.19º 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 #85286F is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 111 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.48 |
| HSL | 314.19º | 0.54% | 0.34% | - |
| HSV(B) | 314.19º | 0.7% | 0.52% | - |
| XYZ | 13.3 | 7.65 | 15.81 | - |
| YUV | 75.9 | 147.81 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 111 | 0 | 0.70 | 0.17 | 0.48 | 314.19 | 0.54 | 0.34 |
| Hex | 85 | 28 | 6F | 0 | 46 | 11 | 30 | 13A | 36 | 22 |
| Octal | 205 | 50 | 157 | 0 | 106 | 21 | 60 | 472 | 66 | 42 |
| Binary | 10000101 | 101000 | 1101111 | 0 | 1000110 | 10001 | 110000 | 100111010 | 110110 | 100010 |
Color Harmonies of #85286F
Complementary color
Monochromatic Colors of #85286F
Black with #85286F
Text Example
Text Example
White with #85286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85286F; }
p { color: rgb(133,40,111); }
H1.HeaderClassName
{
color: #85286F;
}
.AnyTagClassName
{
color: #85286F;
}
</style>
background-color css
<style>
a { background-color: #85286F; }
a { background-color: rgb(133,40,111); }
div.DivClassName
{
background-color: #85286F;
}
.BgClassName
{
background-color: #85286F;
}
</style>
border-color css
<style>
span { border-color: #85286F; }
span { border-color: rgb(133,40,111); }
td.TdClassName
{
border-color: #85286F;
}
.TagClassName
{
border-color: #85286F;
}
</style>