Shades of Dark Purple #85187C
Tints of Dark Purple #85187C
RGB
CMYK
RGB Variations
Color information
#85187C (or 0x85187C) is known color: Dark Purple. HEX triplet: 85, 18 and 7C. RGB value is (133,24,124). Sum of RGB (Red+Green+Blue) = 133+24+124=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #85187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85187C is #7AE783. Grayscale: #434343. Windows color (decimal): -8054660 or 8132741. OLE color: 8132741.
HSL color Cylindrical-coordinate representation of color #85187C: hue angle of 304.95º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85187C is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 24 | 124 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.48 |
| HSL | 304.95º | 0.69% | 0.31% | - |
| HSV(B) | 304.95º | 0.82% | 0.52% | - |
| XYZ | 13.64 | 7.1 | 19.72 | - |
| YUV | 67.99 | 159.61 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 124 | 0 | 0.82 | 0.07 | 0.48 | 304.95 | 0.69 | 0.31 |
| Hex | 85 | 18 | 7C | 0 | 52 | 7 | 30 | 131 | 45 | 1F |
| Octal | 205 | 30 | 174 | 0 | 122 | 7 | 60 | 461 | 105 | 37 |
| Binary | 10000101 | 11000 | 1111100 | 0 | 1010010 | 111 | 110000 | 100110001 | 1000101 | 11111 |
Color Harmonies of #85187C
Complementary color
Monochromatic Colors of #85187C
Black with #85187C
Text Example
Text Example
White with #85187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85187C; }
p { color: rgb(133,24,124); }
H1.HeaderClassName
{
color: #85187C;
}
.AnyTagClassName
{
color: #85187C;
}
</style>
background-color css
<style>
a { background-color: #85187C; }
a { background-color: rgb(133,24,124); }
div.DivClassName
{
background-color: #85187C;
}
.BgClassName
{
background-color: #85187C;
}
</style>
border-color css
<style>
span { border-color: #85187C; }
span { border-color: rgb(133,24,124); }
td.TdClassName
{
border-color: #85187C;
}
.TagClassName
{
border-color: #85187C;
}
</style>