Shades of Dark Purple #85387C
Tints of Dark Purple #85387C
RGB
CMYK
RGB Variations
Color information
#85387C (or 0x85387C) is known color: Dark Purple. HEX triplet: 85, 38 and 7C. RGB value is (133,56,124). Sum of RGB (Red+Green+Blue) = 133+56+124=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #85387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85387C is #7AC783. Grayscale: #565656. Windows color (decimal): -8046468 or 8140933. OLE color: 8140933.
HSL color Cylindrical-coordinate representation of color #85387C: hue angle of 307.01º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85387C is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 56 | 124 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.48 |
| HSL | 307.01º | 0.41% | 0.37% | - |
| HSV(B) | 307.01º | 0.58% | 0.52% | - |
| XYZ | 14.73 | 9.27 | 20.08 | - |
| YUV | 86.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 124 | 0 | 0.58 | 0.07 | 0.48 | 307.01 | 0.41 | 0.37 |
| Hex | 85 | 38 | 7C | 0 | 3A | 7 | 30 | 133 | 29 | 25 |
| Octal | 205 | 70 | 174 | 0 | 72 | 7 | 60 | 463 | 51 | 45 |
| Binary | 10000101 | 111000 | 1111100 | 0 | 111010 | 111 | 110000 | 100110011 | 101001 | 100101 |
Color Harmonies of #85387C
Complementary color
Monochromatic Colors of #85387C
Black with #85387C
Text Example
Text Example
White with #85387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85387C; }
p { color: rgb(133,56,124); }
H1.HeaderClassName
{
color: #85387C;
}
.AnyTagClassName
{
color: #85387C;
}
</style>
background-color css
<style>
a { background-color: #85387C; }
a { background-color: rgb(133,56,124); }
div.DivClassName
{
background-color: #85387C;
}
.BgClassName
{
background-color: #85387C;
}
</style>
border-color css
<style>
span { border-color: #85387C; }
span { border-color: rgb(133,56,124); }
td.TdClassName
{
border-color: #85387C;
}
.TagClassName
{
border-color: #85387C;
}
</style>