Shades of Dark Purple #85196C
Tints of Dark Purple #85196C
RGB
CMYK
RGB Variations
Color information
#85196C (or 0x85196C) is known color: Dark Purple. HEX triplet: 85, 19 and 6C. RGB value is (133,25,108). Sum of RGB (Red+Green+Blue) = 133+25+108=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #85196C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85196C is #7AE693. Grayscale: #424242. Windows color (decimal): -8054420 or 7084421. OLE color: 7084421.
HSL color Cylindrical-coordinate representation of color #85196C: hue angle of 313.89º 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 #85196C is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 25 | 108 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.48 |
| HSL | 313.89º | 0.68% | 0.31% | - |
| HSV(B) | 313.89º | 0.81% | 0.52% | - |
| XYZ | 12.73 | 6.76 | 14.82 | - |
| YUV | 66.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 108 | 0 | 0.81 | 0.19 | 0.48 | 313.89 | 0.68 | 0.31 |
| Hex | 85 | 19 | 6C | 0 | 51 | 13 | 30 | 13A | 44 | 1F |
| Octal | 205 | 31 | 154 | 0 | 121 | 23 | 60 | 472 | 104 | 37 |
| Binary | 10000101 | 11001 | 1101100 | 0 | 1010001 | 10011 | 110000 | 100111010 | 1000100 | 11111 |
Color Harmonies of #85196C
Complementary color
Monochromatic Colors of #85196C
Black with #85196C
Text Example
Text Example
White with #85196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85196C; }
p { color: rgb(133,25,108); }
H1.HeaderClassName
{
color: #85196C;
}
.AnyTagClassName
{
color: #85196C;
}
</style>
background-color css
<style>
a { background-color: #85196C; }
a { background-color: rgb(133,25,108); }
div.DivClassName
{
background-color: #85196C;
}
.BgClassName
{
background-color: #85196C;
}
</style>
border-color css
<style>
span { border-color: #85196C; }
span { border-color: rgb(133,25,108); }
td.TdClassName
{
border-color: #85196C;
}
.TagClassName
{
border-color: #85196C;
}
</style>