Shades of Disco #85294E
Tints of Disco #85294E
RGB
CMYK
RGB Variations
Color information
#85294E (or 0x85294E) is known color: Disco. HEX triplet: 85, 29 and 4E. RGB value is (133,41,78). Sum of RGB (Red+Green+Blue) = 133+41+78=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #85294E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85294E is #7AD6B1. Grayscale: #484848. Windows color (decimal): -8050354 or 5122437. OLE color: 5122437.
HSL color Cylindrical-coordinate representation of color #85294E: hue angle of 335.87º 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 #85294E is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 41 | 78 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.48 |
| HSL | 335.87º | 0.53% | 0.34% | - |
| HSV(B) | 335.87º | 0.69% | 0.52% | - |
| XYZ | 11.84 | 7.12 | 7.96 | - |
| YUV | 72.73 | 130.98 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 41 | 78 | 0 | 0.69 | 0.41 | 0.48 | 335.87 | 0.53 | 0.34 |
| Hex | 85 | 29 | 4E | 0 | 45 | 29 | 30 | 150 | 35 | 22 |
| Octal | 205 | 51 | 116 | 0 | 105 | 51 | 60 | 520 | 65 | 42 |
| Binary | 10000101 | 101001 | 1001110 | 0 | 1000101 | 101001 | 110000 | 101010000 | 110101 | 100010 |
Color Harmonies of #85294E
Complementary color
Monochromatic Colors of #85294E
Black with #85294E
Text Example
Text Example
White with #85294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85294E; }
p { color: rgb(133,41,78); }
H1.HeaderClassName
{
color: #85294E;
}
.AnyTagClassName
{
color: #85294E;
}
</style>
background-color css
<style>
a { background-color: #85294E; }
a { background-color: rgb(133,41,78); }
div.DivClassName
{
background-color: #85294E;
}
.BgClassName
{
background-color: #85294E;
}
</style>
border-color css
<style>
span { border-color: #85294E; }
span { border-color: rgb(133,41,78); }
td.TdClassName
{
border-color: #85294E;
}
.TagClassName
{
border-color: #85294E;
}
</style>