Shades of Affair #85539B
Tints of Affair #85539B
RGB
CMYK
RGB Variations
Color information
#85539B (or 0x85539B) is known color: Affair. HEX triplet: 85, 53 and 9B. RGB value is (133,83,155). Sum of RGB (Red+Green+Blue) = 133+83+155=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #85539B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85539B is #7AAC64. Grayscale: #696969. Windows color (decimal): -8039525 or 10179461. OLE color: 10179461.
HSL color Cylindrical-coordinate representation of color #85539B: hue angle of 281.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85539B is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 83 | 155 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.39 |
| HSL | 281.67º | 0.3% | 0.47% | - |
| HSV(B) | 281.67º | 0.46% | 0.61% | - |
| XYZ | 18.68 | 13.54 | 32.64 | - |
| YUV | 106.16 | 155.57 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 155 | 0.14 | 0.46 | 0 | 0.39 | 281.67 | 0.3 | 0.47 |
| Hex | 85 | 53 | 9B | E | 2E | 0 | 27 | 11A | 1E | 2F |
| Octal | 205 | 123 | 233 | 16 | 56 | 0 | 47 | 432 | 36 | 57 |
| Binary | 10000101 | 1010011 | 10011011 | 1110 | 101110 | 0 | 100111 | 100011010 | 11110 | 101111 |
Color Harmonies of #85539B
Complementary color
Monochromatic Colors of #85539B
Black with #85539B
Text Example
Text Example
White with #85539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85539B; }
p { color: rgb(133,83,155); }
H1.HeaderClassName
{
color: #85539B;
}
.AnyTagClassName
{
color: #85539B;
}
</style>
background-color css
<style>
a { background-color: #85539B; }
a { background-color: rgb(133,83,155); }
div.DivClassName
{
background-color: #85539B;
}
.BgClassName
{
background-color: #85539B;
}
</style>
border-color css
<style>
span { border-color: #85539B; }
span { border-color: rgb(133,83,155); }
td.TdClassName
{
border-color: #85539B;
}
.TagClassName
{
border-color: #85539B;
}
</style>