Shades of Dark Purple #85177C
Tints of Dark Purple #85177C
RGB
CMYK
RGB Variations
Color information
#85177C (or 0x85177C) is known color: Dark Purple. HEX triplet: 85, 17 and 7C. RGB value is (133,23,124). Sum of RGB (Red+Green+Blue) = 133+23+124=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85177C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85177C is #7AE883. Grayscale: #434343. Windows color (decimal): -8054916 or 8132485. OLE color: 8132485.
HSL color Cylindrical-coordinate representation of color #85177C: hue angle of 304.91º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85177C is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 23 | 124 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.48 |
| HSL | 304.91º | 0.71% | 0.31% | - |
| HSV(B) | 304.91º | 0.83% | 0.52% | - |
| XYZ | 13.62 | 7.05 | 19.71 | - |
| YUV | 67.4 | 159.94 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 124 | 0 | 0.83 | 0.07 | 0.48 | 304.91 | 0.71 | 0.31 |
| Hex | 85 | 17 | 7C | 0 | 53 | 7 | 30 | 131 | 47 | 1F |
| Octal | 205 | 27 | 174 | 0 | 123 | 7 | 60 | 461 | 107 | 37 |
| Binary | 10000101 | 10111 | 1111100 | 0 | 1010011 | 111 | 110000 | 100110001 | 1000111 | 11111 |
Color Harmonies of #85177C
Complementary color
Monochromatic Colors of #85177C
Black with #85177C
Text Example
Text Example
White with #85177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85177C; }
p { color: rgb(133,23,124); }
H1.HeaderClassName
{
color: #85177C;
}
.AnyTagClassName
{
color: #85177C;
}
</style>
background-color css
<style>
a { background-color: #85177C; }
a { background-color: rgb(133,23,124); }
div.DivClassName
{
background-color: #85177C;
}
.BgClassName
{
background-color: #85177C;
}
</style>
border-color css
<style>
span { border-color: #85177C; }
span { border-color: rgb(133,23,124); }
td.TdClassName
{
border-color: #85177C;
}
.TagClassName
{
border-color: #85177C;
}
</style>