Shades of Dark Purple #85116B
Tints of Dark Purple #85116B
RGB
CMYK
RGB Variations
Color information
#85116B (or 0x85116B) is known color: Dark Purple. HEX triplet: 85, 11 and 6B. RGB value is (133,17,107). Sum of RGB (Red+Green+Blue) = 133+17+107=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #85116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85116B is #7AEE94. Grayscale: #3D3D3D. Windows color (decimal): -8056469 or 7016837. OLE color: 7016837.
HSL color Cylindrical-coordinate representation of color #85116B: hue angle of 313.45º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85116B is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 107 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.48 |
| HSL | 313.45º | 0.77% | 0.29% | - |
| HSV(B) | 313.45º | 0.87% | 0.52% | - |
| XYZ | 12.53 | 6.45 | 14.49 | - |
| YUV | 61.94 | 153.43 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 107 | 0 | 0.87 | 0.20 | 0.48 | 313.45 | 0.77 | 0.29 |
| Hex | 85 | 11 | 6B | 0 | 57 | 14 | 30 | 139 | 4D | 1D |
| Octal | 205 | 21 | 153 | 0 | 127 | 24 | 60 | 471 | 115 | 35 |
| Binary | 10000101 | 10001 | 1101011 | 0 | 1010111 | 10100 | 110000 | 100111001 | 1001101 | 11101 |
Color Harmonies of #85116B
Complementary color
Monochromatic Colors of #85116B
Black with #85116B
Text Example
Text Example
White with #85116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85116B; }
p { color: rgb(133,17,107); }
H1.HeaderClassName
{
color: #85116B;
}
.AnyTagClassName
{
color: #85116B;
}
</style>
background-color css
<style>
a { background-color: #85116B; }
a { background-color: rgb(133,17,107); }
div.DivClassName
{
background-color: #85116B;
}
.BgClassName
{
background-color: #85116B;
}
</style>
border-color css
<style>
span { border-color: #85116B; }
span { border-color: rgb(133,17,107); }
td.TdClassName
{
border-color: #85116B;
}
.TagClassName
{
border-color: #85116B;
}
</style>