Shades of Dark Purple #85117B
Tints of Dark Purple #85117B
RGB
CMYK
RGB Variations
Color information
#85117B (or 0x85117B) is known color: Dark Purple. HEX triplet: 85, 11 and 7B. RGB value is (133,17,123). Sum of RGB (Red+Green+Blue) = 133+17+123=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #85117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85117B is #7AEE84. Grayscale: #3F3F3F. Windows color (decimal): -8056453 or 8065413. OLE color: 8065413.
HSL color Cylindrical-coordinate representation of color #85117B: hue angle of 305.17º 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 #85117B is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 123 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.48 |
| HSL | 305.17º | 0.77% | 0.29% | - |
| HSV(B) | 305.17º | 0.87% | 0.52% | - |
| XYZ | 13.45 | 6.82 | 19.35 | - |
| YUV | 63.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 123 | 0 | 0.87 | 0.08 | 0.48 | 305.17 | 0.77 | 0.29 |
| Hex | 85 | 11 | 7B | 0 | 57 | 8 | 30 | 131 | 4D | 1D |
| Octal | 205 | 21 | 173 | 0 | 127 | 10 | 60 | 461 | 115 | 35 |
| Binary | 10000101 | 10001 | 1111011 | 0 | 1010111 | 1000 | 110000 | 100110001 | 1001101 | 11101 |
Color Harmonies of #85117B
Complementary color
Monochromatic Colors of #85117B
Black with #85117B
Text Example
Text Example
White with #85117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85117B; }
p { color: rgb(133,17,123); }
H1.HeaderClassName
{
color: #85117B;
}
.AnyTagClassName
{
color: #85117B;
}
</style>
background-color css
<style>
a { background-color: #85117B; }
a { background-color: rgb(133,17,123); }
div.DivClassName
{
background-color: #85117B;
}
.BgClassName
{
background-color: #85117B;
}
</style>
border-color css
<style>
span { border-color: #85117B; }
span { border-color: rgb(133,17,123); }
td.TdClassName
{
border-color: #85117B;
}
.TagClassName
{
border-color: #85117B;
}
</style>