Shades of Dark Purple #85366E
Tints of Dark Purple #85366E
RGB
CMYK
RGB Variations
Color information
#85366E (or 0x85366E) is known color: Dark Purple. HEX triplet: 85, 36 and 6E. RGB value is (133,54,110). Sum of RGB (Red+Green+Blue) = 133+54+110=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #85366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85366E is #7AC991. Grayscale: #535353. Windows color (decimal): -8046994 or 7222917. OLE color: 7222917.
HSL color Cylindrical-coordinate representation of color #85366E: hue angle of 317.47º 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 #85366E is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 54 | 110 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.48 |
| HSL | 317.47º | 0.42% | 0.37% | - |
| HSV(B) | 317.47º | 0.59% | 0.52% | - |
| XYZ | 13.81 | 8.75 | 15.71 | - |
| YUV | 84.01 | 142.67 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 54 | 110 | 0 | 0.59 | 0.17 | 0.48 | 317.47 | 0.42 | 0.37 |
| Hex | 85 | 36 | 6E | 0 | 3B | 11 | 30 | 13D | 2A | 25 |
| Octal | 205 | 66 | 156 | 0 | 73 | 21 | 60 | 475 | 52 | 45 |
| Binary | 10000101 | 110110 | 1101110 | 0 | 111011 | 10001 | 110000 | 100111101 | 101010 | 100101 |
Color Harmonies of #85366E
Complementary color
Monochromatic Colors of #85366E
Black with #85366E
Text Example
Text Example
White with #85366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85366E; }
p { color: rgb(133,54,110); }
H1.HeaderClassName
{
color: #85366E;
}
.AnyTagClassName
{
color: #85366E;
}
</style>
background-color css
<style>
a { background-color: #85366E; }
a { background-color: rgb(133,54,110); }
div.DivClassName
{
background-color: #85366E;
}
.BgClassName
{
background-color: #85366E;
}
</style>
border-color css
<style>
span { border-color: #85366E; }
span { border-color: rgb(133,54,110); }
td.TdClassName
{
border-color: #85366E;
}
.TagClassName
{
border-color: #85366E;
}
</style>