Shades of Dark Purple #85387B
Tints of Dark Purple #85387B
RGB
CMYK
RGB Variations
Color information
#85387B (or 0x85387B) is known color: Dark Purple. HEX triplet: 85, 38 and 7B. RGB value is (133,56,123). Sum of RGB (Red+Green+Blue) = 133+56+123=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85387B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85387B is #7AC784. Grayscale: #565656. Windows color (decimal): -8046469 or 8075397. OLE color: 8075397.
HSL color Cylindrical-coordinate representation of color #85387B: hue angle of 307.79º 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 #85387B is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 56 | 123 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.48 |
| HSL | 307.79º | 0.41% | 0.37% | - |
| HSV(B) | 307.79º | 0.58% | 0.52% | - |
| XYZ | 14.66 | 9.24 | 19.75 | - |
| YUV | 86.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 123 | 0 | 0.58 | 0.08 | 0.48 | 307.79 | 0.41 | 0.37 |
| Hex | 85 | 38 | 7B | 0 | 3A | 8 | 30 | 134 | 29 | 25 |
| Octal | 205 | 70 | 173 | 0 | 72 | 10 | 60 | 464 | 51 | 45 |
| Binary | 10000101 | 111000 | 1111011 | 0 | 111010 | 1000 | 110000 | 100110100 | 101001 | 100101 |
Color Harmonies of #85387B
Complementary color
Monochromatic Colors of #85387B
Black with #85387B
Text Example
Text Example
White with #85387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85387B; }
p { color: rgb(133,56,123); }
H1.HeaderClassName
{
color: #85387B;
}
.AnyTagClassName
{
color: #85387B;
}
</style>
background-color css
<style>
a { background-color: #85387B; }
a { background-color: rgb(133,56,123); }
div.DivClassName
{
background-color: #85387B;
}
.BgClassName
{
background-color: #85387B;
}
</style>
border-color css
<style>
span { border-color: #85387B; }
span { border-color: rgb(133,56,123); }
td.TdClassName
{
border-color: #85387B;
}
.TagClassName
{
border-color: #85387B;
}
</style>