Shades of Dark Purple #85296F
Tints of Dark Purple #85296F
RGB
CMYK
RGB Variations
Color information
#85296F (or 0x85296F) is known color: Dark Purple. HEX triplet: 85, 29 and 6F. RGB value is (133,41,111). Sum of RGB (Red+Green+Blue) = 133+41+111=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #85296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85296F is #7AD690. Grayscale: #4C4C4C. Windows color (decimal): -8050321 or 7285125. OLE color: 7285125.
HSL color Cylindrical-coordinate representation of color #85296F: hue angle of 314.35º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85296F is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 41 | 111 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.48 |
| HSL | 314.35º | 0.53% | 0.34% | - |
| HSV(B) | 314.35º | 0.69% | 0.52% | - |
| XYZ | 13.34 | 7.72 | 15.83 | - |
| YUV | 76.49 | 147.48 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 41 | 111 | 0 | 0.69 | 0.17 | 0.48 | 314.35 | 0.53 | 0.34 |
| Hex | 85 | 29 | 6F | 0 | 45 | 11 | 30 | 13A | 35 | 22 |
| Octal | 205 | 51 | 157 | 0 | 105 | 21 | 60 | 472 | 65 | 42 |
| Binary | 10000101 | 101001 | 1101111 | 0 | 1000101 | 10001 | 110000 | 100111010 | 110101 | 100010 |
Color Harmonies of #85296F
Complementary color
Monochromatic Colors of #85296F
Black with #85296F
Text Example
Text Example
White with #85296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85296F; }
p { color: rgb(133,41,111); }
H1.HeaderClassName
{
color: #85296F;
}
.AnyTagClassName
{
color: #85296F;
}
</style>
background-color css
<style>
a { background-color: #85296F; }
a { background-color: rgb(133,41,111); }
div.DivClassName
{
background-color: #85296F;
}
.BgClassName
{
background-color: #85296F;
}
</style>
border-color css
<style>
span { border-color: #85296F; }
span { border-color: rgb(133,41,111); }
td.TdClassName
{
border-color: #85296F;
}
.TagClassName
{
border-color: #85296F;
}
</style>