Shades of Dark Purple #85146E
Tints of Dark Purple #85146E
RGB
CMYK
RGB Variations
Color information
#85146E (or 0x85146E) is known color: Dark Purple. HEX triplet: 85, 14 and 6E. RGB value is (133,20,110). Sum of RGB (Red+Green+Blue) = 133+20+110=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85146E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85146E is #7AEB91. Grayscale: #3F3F3F. Windows color (decimal): -8055698 or 7214213. OLE color: 7214213.
HSL color Cylindrical-coordinate representation of color #85146E: hue angle of 312.21º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85146E is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 20 | 110 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.48 |
| HSL | 312.21º | 0.74% | 0.3% | - |
| HSV(B) | 312.21º | 0.85% | 0.52% | - |
| XYZ | 12.74 | 6.61 | 15.36 | - |
| YUV | 64.05 | 153.94 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 110 | 0 | 0.85 | 0.17 | 0.48 | 312.21 | 0.74 | 0.3 |
| Hex | 85 | 14 | 6E | 0 | 55 | 11 | 30 | 138 | 4A | 1E |
| Octal | 205 | 24 | 156 | 0 | 125 | 21 | 60 | 470 | 112 | 36 |
| Binary | 10000101 | 10100 | 1101110 | 0 | 1010101 | 10001 | 110000 | 100111000 | 1001010 | 11110 |
Color Harmonies of #85146E
Complementary color
Monochromatic Colors of #85146E
Black with #85146E
Text Example
Text Example
White with #85146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85146E; }
p { color: rgb(133,20,110); }
H1.HeaderClassName
{
color: #85146E;
}
.AnyTagClassName
{
color: #85146E;
}
</style>
background-color css
<style>
a { background-color: #85146E; }
a { background-color: rgb(133,20,110); }
div.DivClassName
{
background-color: #85146E;
}
.BgClassName
{
background-color: #85146E;
}
</style>
border-color css
<style>
span { border-color: #85146E; }
span { border-color: rgb(133,20,110); }
td.TdClassName
{
border-color: #85146E;
}
.TagClassName
{
border-color: #85146E;
}
</style>