Shades of Dark Purple #85286C
Tints of Dark Purple #85286C
RGB
CMYK
RGB Variations
Color information
#85286C (or 0x85286C) is known color: Dark Purple. HEX triplet: 85, 28 and 6C. RGB value is (133,40,108). Sum of RGB (Red+Green+Blue) = 133+40+108=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #85286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85286C is #7AD793. Grayscale: #4B4B4B. Windows color (decimal): -8050580 or 7088261. OLE color: 7088261.
HSL color Cylindrical-coordinate representation of color #85286C: hue angle of 316.13º 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 #85286C is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 108 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.48 |
| HSL | 316.13º | 0.54% | 0.34% | - |
| HSV(B) | 316.13º | 0.7% | 0.52% | - |
| XYZ | 13.14 | 7.59 | 14.96 | - |
| YUV | 75.56 | 146.31 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 108 | 0 | 0.70 | 0.19 | 0.48 | 316.13 | 0.54 | 0.34 |
| Hex | 85 | 28 | 6C | 0 | 46 | 13 | 30 | 13C | 36 | 22 |
| Octal | 205 | 50 | 154 | 0 | 106 | 23 | 60 | 474 | 66 | 42 |
| Binary | 10000101 | 101000 | 1101100 | 0 | 1000110 | 10011 | 110000 | 100111100 | 110110 | 100010 |
Color Harmonies of #85286C
Complementary color
Monochromatic Colors of #85286C
Black with #85286C
Text Example
Text Example
White with #85286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85286C; }
p { color: rgb(133,40,108); }
H1.HeaderClassName
{
color: #85286C;
}
.AnyTagClassName
{
color: #85286C;
}
</style>
background-color css
<style>
a { background-color: #85286C; }
a { background-color: rgb(133,40,108); }
div.DivClassName
{
background-color: #85286C;
}
.BgClassName
{
background-color: #85286C;
}
</style>
border-color css
<style>
span { border-color: #85286C; }
span { border-color: rgb(133,40,108); }
td.TdClassName
{
border-color: #85286C;
}
.TagClassName
{
border-color: #85286C;
}
</style>