Shades of Affair #85559A
Tints of Affair #85559A
RGB
CMYK
RGB Variations
Color information
#85559A (or 0x85559A) is known color: Affair. HEX triplet: 85, 55 and 9A. RGB value is (133,85,154). Sum of RGB (Red+Green+Blue) = 133+85+154=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 154 - color contains mainly: blue. Hex color #85559A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85559A is #7AAA65. Grayscale: #6A6A6A. Windows color (decimal): -8039014 or 10114437. OLE color: 10114437.
HSL color Cylindrical-coordinate representation of color #85559A: hue angle of 281.74º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85559A is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 85 | 154 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.40 |
| HSL | 281.74º | 0.29% | 0.47% | - |
| HSV(B) | 281.74º | 0.45% | 0.6% | - |
| XYZ | 18.75 | 13.82 | 32.25 | - |
| YUV | 107.22 | 154.4 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 154 | 0.14 | 0.45 | 0 | 0.40 | 281.74 | 0.29 | 0.47 |
| Hex | 85 | 55 | 9A | E | 2D | 0 | 28 | 11A | 1D | 2F |
| Octal | 205 | 125 | 232 | 16 | 55 | 0 | 50 | 432 | 35 | 57 |
| Binary | 10000101 | 1010101 | 10011010 | 1110 | 101101 | 0 | 101000 | 100011010 | 11101 | 101111 |
Color Harmonies of #85559A
Complementary color
Monochromatic Colors of #85559A
Black with #85559A
Text Example
Text Example
White with #85559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85559A; }
p { color: rgb(133,85,154); }
H1.HeaderClassName
{
color: #85559A;
}
.AnyTagClassName
{
color: #85559A;
}
</style>
background-color css
<style>
a { background-color: #85559A; }
a { background-color: rgb(133,85,154); }
div.DivClassName
{
background-color: #85559A;
}
.BgClassName
{
background-color: #85559A;
}
</style>
border-color css
<style>
span { border-color: #85559A; }
span { border-color: rgb(133,85,154); }
td.TdClassName
{
border-color: #85559A;
}
.TagClassName
{
border-color: #85559A;
}
</style>