Shades of Dark Purple #85366D
Tints of Dark Purple #85366D
RGB
CMYK
RGB Variations
Color information
#85366D (or 0x85366D) is known color: Dark Purple. HEX triplet: 85, 36 and 6D. RGB value is (133,54,109). Sum of RGB (Red+Green+Blue) = 133+54+109=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85366D is #7AC992. Grayscale: #535353. Windows color (decimal): -8046995 or 7157381. OLE color: 7157381.
HSL color Cylindrical-coordinate representation of color #85366D: hue angle of 318.23º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85366D is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 54 | 109 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.48 |
| HSL | 318.23º | 0.42% | 0.37% | - |
| HSV(B) | 318.23º | 0.59% | 0.52% | - |
| XYZ | 13.75 | 8.73 | 15.43 | - |
| YUV | 83.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 54 | 109 | 0 | 0.59 | 0.18 | 0.48 | 318.23 | 0.42 | 0.37 |
| Hex | 85 | 36 | 6D | 0 | 3B | 12 | 30 | 13E | 2A | 25 |
| Octal | 205 | 66 | 155 | 0 | 73 | 22 | 60 | 476 | 52 | 45 |
| Binary | 10000101 | 110110 | 1101101 | 0 | 111011 | 10010 | 110000 | 100111110 | 101010 | 100101 |
Color Harmonies of #85366D
Complementary color
Monochromatic Colors of #85366D
Black with #85366D
Text Example
Text Example
White with #85366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85366D; }
p { color: rgb(133,54,109); }
H1.HeaderClassName
{
color: #85366D;
}
.AnyTagClassName
{
color: #85366D;
}
</style>
background-color css
<style>
a { background-color: #85366D; }
a { background-color: rgb(133,54,109); }
div.DivClassName
{
background-color: #85366D;
}
.BgClassName
{
background-color: #85366D;
}
</style>
border-color css
<style>
span { border-color: #85366D; }
span { border-color: rgb(133,54,109); }
td.TdClassName
{
border-color: #85366D;
}
.TagClassName
{
border-color: #85366D;
}
</style>