Shades of Dark Purple #85187B
Tints of Dark Purple #85187B
RGB
CMYK
RGB Variations
Color information
#85187B (or 0x85187B) is known color: Dark Purple. HEX triplet: 85, 18 and 7B. RGB value is (133,24,123). Sum of RGB (Red+Green+Blue) = 133+24+123=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85187B is #7AE784. Grayscale: #434343. Windows color (decimal): -8054661 or 8067205. OLE color: 8067205.
HSL color Cylindrical-coordinate representation of color #85187B: hue angle of 305.5º 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 #85187B is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 24 | 123 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.48 |
| HSL | 305.5º | 0.69% | 0.31% | - |
| HSV(B) | 305.5º | 0.82% | 0.52% | - |
| XYZ | 13.57 | 7.07 | 19.39 | - |
| YUV | 67.88 | 159.11 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 123 | 0 | 0.82 | 0.08 | 0.48 | 305.5 | 0.69 | 0.31 |
| Hex | 85 | 18 | 7B | 0 | 52 | 8 | 30 | 132 | 45 | 1F |
| Octal | 205 | 30 | 173 | 0 | 122 | 10 | 60 | 462 | 105 | 37 |
| Binary | 10000101 | 11000 | 1111011 | 0 | 1010010 | 1000 | 110000 | 100110010 | 1000101 | 11111 |
Color Harmonies of #85187B
Complementary color
Monochromatic Colors of #85187B
Black with #85187B
Text Example
Text Example
White with #85187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85187B; }
p { color: rgb(133,24,123); }
H1.HeaderClassName
{
color: #85187B;
}
.AnyTagClassName
{
color: #85187B;
}
</style>
background-color css
<style>
a { background-color: #85187B; }
a { background-color: rgb(133,24,123); }
div.DivClassName
{
background-color: #85187B;
}
.BgClassName
{
background-color: #85187B;
}
</style>
border-color css
<style>
span { border-color: #85187B; }
span { border-color: rgb(133,24,123); }
td.TdClassName
{
border-color: #85187B;
}
.TagClassName
{
border-color: #85187B;
}
</style>