Shades of Affair #85529C
Tints of Affair #85529C
RGB
CMYK
RGB Variations
Color information
#85529C (or 0x85529C) is known color: Affair. HEX triplet: 85, 52 and 9C. RGB value is (133,82,156). Sum of RGB (Red+Green+Blue) = 133+82+156=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #85529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85529C is #7AAD63. Grayscale: #696969. Windows color (decimal): -8039780 or 10244741. OLE color: 10244741.
HSL color Cylindrical-coordinate representation of color #85529C: hue angle of 281.35º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85529C is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 82 | 156 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.39 |
| HSL | 281.35º | 0.31% | 0.47% | - |
| HSV(B) | 281.35º | 0.47% | 0.61% | - |
| XYZ | 18.69 | 13.42 | 33.06 | - |
| YUV | 105.69 | 156.4 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 156 | 0.15 | 0.47 | 0 | 0.39 | 281.35 | 0.31 | 0.47 |
| Hex | 85 | 52 | 9C | F | 2F | 0 | 27 | 119 | 1F | 2F |
| Octal | 205 | 122 | 234 | 17 | 57 | 0 | 47 | 431 | 37 | 57 |
| Binary | 10000101 | 1010010 | 10011100 | 1111 | 101111 | 0 | 100111 | 100011001 | 11111 | 101111 |
Color Harmonies of #85529C
Complementary color
Monochromatic Colors of #85529C
Black with #85529C
Text Example
Text Example
White with #85529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85529C; }
p { color: rgb(133,82,156); }
H1.HeaderClassName
{
color: #85529C;
}
.AnyTagClassName
{
color: #85529C;
}
</style>
background-color css
<style>
a { background-color: #85529C; }
a { background-color: rgb(133,82,156); }
div.DivClassName
{
background-color: #85529C;
}
.BgClassName
{
background-color: #85529C;
}
</style>
border-color css
<style>
span { border-color: #85529C; }
span { border-color: rgb(133,82,156); }
td.TdClassName
{
border-color: #85529C;
}
.TagClassName
{
border-color: #85529C;
}
</style>