Shades of Affair #85519B
Tints of Affair #85519B
RGB
CMYK
RGB Variations
Color information
#85519B (or 0x85519B) is known color: Affair. HEX triplet: 85, 51 and 9B. RGB value is (133,81,155). Sum of RGB (Red+Green+Blue) = 133+81+155=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #85519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85519B is #7AAE64. Grayscale: #686868. Windows color (decimal): -8040037 or 10178949. OLE color: 10178949.
HSL color Cylindrical-coordinate representation of color #85519B: hue angle of 282.16º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85519B is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 81 | 155 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.39 |
| HSL | 282.16º | 0.31% | 0.46% | - |
| HSV(B) | 282.16º | 0.48% | 0.61% | - |
| XYZ | 18.53 | 13.24 | 32.59 | - |
| YUV | 104.98 | 156.23 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 155 | 0.14 | 0.48 | 0 | 0.39 | 282.16 | 0.31 | 0.46 |
| Hex | 85 | 51 | 9B | E | 30 | 0 | 27 | 11A | 1F | 2E |
| Octal | 205 | 121 | 233 | 16 | 60 | 0 | 47 | 432 | 37 | 56 |
| Binary | 10000101 | 1010001 | 10011011 | 1110 | 110000 | 0 | 100111 | 100011010 | 11111 | 101110 |
Color Harmonies of #85519B
Complementary color
Monochromatic Colors of #85519B
Black with #85519B
Text Example
Text Example
White with #85519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85519B; }
p { color: rgb(133,81,155); }
H1.HeaderClassName
{
color: #85519B;
}
.AnyTagClassName
{
color: #85519B;
}
</style>
background-color css
<style>
a { background-color: #85519B; }
a { background-color: rgb(133,81,155); }
div.DivClassName
{
background-color: #85519B;
}
.BgClassName
{
background-color: #85519B;
}
</style>
border-color css
<style>
span { border-color: #85519B; }
span { border-color: rgb(133,81,155); }
td.TdClassName
{
border-color: #85519B;
}
.TagClassName
{
border-color: #85519B;
}
</style>