Shades of Dark Purple #85396C
Tints of Dark Purple #85396C
RGB
CMYK
RGB Variations
Color information
#85396C (or 0x85396C) is known color: Dark Purple. HEX triplet: 85, 39 and 6C. RGB value is (133,57,108). Sum of RGB (Red+Green+Blue) = 133+57+108=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #85396C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85396C is #7AC693. Grayscale: #555555. Windows color (decimal): -8046228 or 7092613. OLE color: 7092613.
HSL color Cylindrical-coordinate representation of color #85396C: hue angle of 319.74º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85396C is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 57 | 108 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.48 |
| HSL | 319.74º | 0.4% | 0.37% | - |
| HSV(B) | 319.74º | 0.57% | 0.52% | - |
| XYZ | 13.84 | 9 | 15.19 | - |
| YUV | 85.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 108 | 0 | 0.57 | 0.19 | 0.48 | 319.74 | 0.4 | 0.37 |
| Hex | 85 | 39 | 6C | 0 | 39 | 13 | 30 | 140 | 28 | 25 |
| Octal | 205 | 71 | 154 | 0 | 71 | 23 | 60 | 500 | 50 | 45 |
| Binary | 10000101 | 111001 | 1101100 | 0 | 111001 | 10011 | 110000 | 101000000 | 101000 | 100101 |
Color Harmonies of #85396C
Complementary color
Monochromatic Colors of #85396C
Black with #85396C
Text Example
Text Example
White with #85396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85396C; }
p { color: rgb(133,57,108); }
H1.HeaderClassName
{
color: #85396C;
}
.AnyTagClassName
{
color: #85396C;
}
</style>
background-color css
<style>
a { background-color: #85396C; }
a { background-color: rgb(133,57,108); }
div.DivClassName
{
background-color: #85396C;
}
.BgClassName
{
background-color: #85396C;
}
</style>
border-color css
<style>
span { border-color: #85396C; }
span { border-color: rgb(133,57,108); }
td.TdClassName
{
border-color: #85396C;
}
.TagClassName
{
border-color: #85396C;
}
</style>