Shades of Dark Purple #85177B
Tints of Dark Purple #85177B
RGB
CMYK
RGB Variations
Color information
#85177B (or 0x85177B) is known color: Dark Purple. HEX triplet: 85, 17 and 7B. RGB value is (133,23,123). Sum of RGB (Red+Green+Blue) = 133+23+123=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85177B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85177B is #7AE884. Grayscale: #434343. Windows color (decimal): -8054917 or 8066949. OLE color: 8066949.
HSL color Cylindrical-coordinate representation of color #85177B: hue angle of 305.45º 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 #85177B is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 23 | 123 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.48 |
| HSL | 305.45º | 0.71% | 0.31% | - |
| HSV(B) | 305.45º | 0.83% | 0.52% | - |
| XYZ | 13.55 | 7.03 | 19.38 | - |
| YUV | 67.29 | 159.44 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 123 | 0 | 0.83 | 0.08 | 0.48 | 305.45 | 0.71 | 0.31 |
| Hex | 85 | 17 | 7B | 0 | 53 | 8 | 30 | 131 | 47 | 1F |
| Octal | 205 | 27 | 173 | 0 | 123 | 10 | 60 | 461 | 107 | 37 |
| Binary | 10000101 | 10111 | 1111011 | 0 | 1010011 | 1000 | 110000 | 100110001 | 1000111 | 11111 |
Color Harmonies of #85177B
Complementary color
Monochromatic Colors of #85177B
Black with #85177B
Text Example
Text Example
White with #85177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85177B; }
p { color: rgb(133,23,123); }
H1.HeaderClassName
{
color: #85177B;
}
.AnyTagClassName
{
color: #85177B;
}
</style>
background-color css
<style>
a { background-color: #85177B; }
a { background-color: rgb(133,23,123); }
div.DivClassName
{
background-color: #85177B;
}
.BgClassName
{
background-color: #85177B;
}
</style>
border-color css
<style>
span { border-color: #85177B; }
span { border-color: rgb(133,23,123); }
td.TdClassName
{
border-color: #85177B;
}
.TagClassName
{
border-color: #85177B;
}
</style>