Shades of Dark Purple #85176F
Tints of Dark Purple #85176F
RGB
CMYK
RGB Variations
Color information
#85176F (or 0x85176F) is known color: Dark Purple. HEX triplet: 85, 17 and 6F. RGB value is (133,23,111). Sum of RGB (Red+Green+Blue) = 133+23+111=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #85176F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85176F is #7AE890. Grayscale: #414141. Windows color (decimal): -8054929 or 7280517. OLE color: 7280517.
HSL color Cylindrical-coordinate representation of color #85176F: hue angle of 312º 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 #85176F is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 23 | 111 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.48 |
| HSL | 312º | 0.71% | 0.31% | - |
| HSV(B) | 312º | 0.83% | 0.52% | - |
| XYZ | 12.85 | 6.75 | 15.66 | - |
| YUV | 65.92 | 153.44 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 111 | 0 | 0.83 | 0.17 | 0.48 | 312 | 0.71 | 0.31 |
| Hex | 85 | 17 | 6F | 0 | 53 | 11 | 30 | 138 | 47 | 1F |
| Octal | 205 | 27 | 157 | 0 | 123 | 21 | 60 | 470 | 107 | 37 |
| Binary | 10000101 | 10111 | 1101111 | 0 | 1010011 | 10001 | 110000 | 100111000 | 1000111 | 11111 |
Color Harmonies of #85176F
Complementary color
Monochromatic Colors of #85176F
Black with #85176F
Text Example
Text Example
White with #85176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85176F; }
p { color: rgb(133,23,111); }
H1.HeaderClassName
{
color: #85176F;
}
.AnyTagClassName
{
color: #85176F;
}
</style>
background-color css
<style>
a { background-color: #85176F; }
a { background-color: rgb(133,23,111); }
div.DivClassName
{
background-color: #85176F;
}
.BgClassName
{
background-color: #85176F;
}
</style>
border-color css
<style>
span { border-color: #85176F; }
span { border-color: rgb(133,23,111); }
td.TdClassName
{
border-color: #85176F;
}
.TagClassName
{
border-color: #85176F;
}
</style>