Shades of Dark Purple #85086E
Tints of Dark Purple #85086E
RGB
CMYK
RGB Variations
Color information
#85086E (or 0x85086E) is known color: Dark Purple. HEX triplet: 85, 08 and 6E. RGB value is (133,8,110). Sum of RGB (Red+Green+Blue) = 133+8+110=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #85086E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85086E is #7AF791. Grayscale: #383838. Windows color (decimal): -8058770 or 7211141. OLE color: 7211141.
HSL color Cylindrical-coordinate representation of color #85086E: hue angle of 311.04º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85086E is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 8 | 110 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.48 |
| HSL | 311.04º | 0.89% | 0.28% | - |
| HSV(B) | 311.04º | 0.94% | 0.52% | - |
| XYZ | 12.57 | 6.29 | 15.3 | - |
| YUV | 57 | 157.91 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 8 | 110 | 0 | 0.94 | 0.17 | 0.48 | 311.04 | 0.89 | 0.28 |
| Hex | 85 | 8 | 6E | 0 | 5E | 11 | 30 | 137 | 59 | 1C |
| Octal | 205 | 10 | 156 | 0 | 136 | 21 | 60 | 467 | 131 | 34 |
| Binary | 10000101 | 1000 | 1101110 | 0 | 1011110 | 10001 | 110000 | 100110111 | 1011001 | 11100 |
Color Harmonies of #85086E
Complementary color
Monochromatic Colors of #85086E
Black with #85086E
Text Example
Text Example
White with #85086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85086E; }
p { color: rgb(133,8,110); }
H1.HeaderClassName
{
color: #85086E;
}
.AnyTagClassName
{
color: #85086E;
}
</style>
background-color css
<style>
a { background-color: #85086E; }
a { background-color: rgb(133,8,110); }
div.DivClassName
{
background-color: #85086E;
}
.BgClassName
{
background-color: #85086E;
}
</style>
border-color css
<style>
span { border-color: #85086E; }
span { border-color: rgb(133,8,110); }
td.TdClassName
{
border-color: #85086E;
}
.TagClassName
{
border-color: #85086E;
}
</style>