Shades of Dark Purple #85197B
Tints of Dark Purple #85197B
RGB
CMYK
RGB Variations
Color information
#85197B (or 0x85197B) is known color: Dark Purple. HEX triplet: 85, 19 and 7B. RGB value is (133,25,123). Sum of RGB (Red+Green+Blue) = 133+25+123=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #85197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85197B is #7AE684. Grayscale: #444444. Windows color (decimal): -8054405 or 8067461. OLE color: 8067461.
HSL color Cylindrical-coordinate representation of color #85197B: hue angle of 305.56º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85197B is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 25 | 123 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.48 |
| HSL | 305.56º | 0.68% | 0.31% | - |
| HSV(B) | 305.56º | 0.81% | 0.52% | - |
| XYZ | 13.6 | 7.11 | 19.4 | - |
| YUV | 68.46 | 158.78 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 123 | 0 | 0.81 | 0.08 | 0.48 | 305.56 | 0.68 | 0.31 |
| Hex | 85 | 19 | 7B | 0 | 51 | 8 | 30 | 132 | 44 | 1F |
| Octal | 205 | 31 | 173 | 0 | 121 | 10 | 60 | 462 | 104 | 37 |
| Binary | 10000101 | 11001 | 1111011 | 0 | 1010001 | 1000 | 110000 | 100110010 | 1000100 | 11111 |
Color Harmonies of #85197B
Complementary color
Monochromatic Colors of #85197B
Black with #85197B
Text Example
Text Example
White with #85197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85197B; }
p { color: rgb(133,25,123); }
H1.HeaderClassName
{
color: #85197B;
}
.AnyTagClassName
{
color: #85197B;
}
</style>
background-color css
<style>
a { background-color: #85197B; }
a { background-color: rgb(133,25,123); }
div.DivClassName
{
background-color: #85197B;
}
.BgClassName
{
background-color: #85197B;
}
</style>
border-color css
<style>
span { border-color: #85197B; }
span { border-color: rgb(133,25,123); }
td.TdClassName
{
border-color: #85197B;
}
.TagClassName
{
border-color: #85197B;
}
</style>