Shades of Affair #85529B
Tints of Affair #85529B
RGB
CMYK
RGB Variations
Color information
#85529B (or 0x85529B) is known color: Affair. HEX triplet: 85, 52 and 9B. RGB value is (133,82,155). Sum of RGB (Red+Green+Blue) = 133+82+155=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #85529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85529B is #7AAD64. Grayscale: #696969. Windows color (decimal): -8039781 or 10179205. OLE color: 10179205.
HSL color Cylindrical-coordinate representation of color #85529B: hue angle of 281.92º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85529B is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 82 | 155 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.39 |
| HSL | 281.92º | 0.31% | 0.46% | - |
| HSV(B) | 281.92º | 0.47% | 0.61% | - |
| XYZ | 18.61 | 13.39 | 32.61 | - |
| YUV | 105.57 | 155.9 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 155 | 0.14 | 0.47 | 0 | 0.39 | 281.92 | 0.31 | 0.46 |
| Hex | 85 | 52 | 9B | E | 2F | 0 | 27 | 11A | 1F | 2E |
| Octal | 205 | 122 | 233 | 16 | 57 | 0 | 47 | 432 | 37 | 56 |
| Binary | 10000101 | 1010010 | 10011011 | 1110 | 101111 | 0 | 100111 | 100011010 | 11111 | 101110 |
Color Harmonies of #85529B
Complementary color
Monochromatic Colors of #85529B
Black with #85529B
Text Example
Text Example
White with #85529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85529B; }
p { color: rgb(133,82,155); }
H1.HeaderClassName
{
color: #85529B;
}
.AnyTagClassName
{
color: #85529B;
}
</style>
background-color css
<style>
a { background-color: #85529B; }
a { background-color: rgb(133,82,155); }
div.DivClassName
{
background-color: #85529B;
}
.BgClassName
{
background-color: #85529B;
}
</style>
border-color css
<style>
span { border-color: #85529B; }
span { border-color: rgb(133,82,155); }
td.TdClassName
{
border-color: #85529B;
}
.TagClassName
{
border-color: #85529B;
}
</style>