Shades of Affair #85569B
Tints of Affair #85569B
RGB
CMYK
RGB Variations
Color information
#85569B (or 0x85569B) is known color: Affair. HEX triplet: 85, 56 and 9B. RGB value is (133,86,155). Sum of RGB (Red+Green+Blue) = 133+86+155=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #85569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85569B is #7AA964. Grayscale: #6B6B6B. Windows color (decimal): -8038757 or 10180229. OLE color: 10180229.
HSL color Cylindrical-coordinate representation of color #85569B: hue angle of 280.87º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85569B is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 86 | 155 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.39 |
| HSL | 280.87º | 0.29% | 0.47% | - |
| HSV(B) | 280.87º | 0.45% | 0.61% | - |
| XYZ | 18.92 | 14.01 | 32.72 | - |
| YUV | 107.92 | 154.57 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 155 | 0.14 | 0.45 | 0 | 0.39 | 280.87 | 0.29 | 0.47 |
| Hex | 85 | 56 | 9B | E | 2D | 0 | 27 | 119 | 1D | 2F |
| Octal | 205 | 126 | 233 | 16 | 55 | 0 | 47 | 431 | 35 | 57 |
| Binary | 10000101 | 1010110 | 10011011 | 1110 | 101101 | 0 | 100111 | 100011001 | 11101 | 101111 |
Color Harmonies of #85569B
Complementary color
Monochromatic Colors of #85569B
Black with #85569B
Text Example
Text Example
White with #85569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85569B; }
p { color: rgb(133,86,155); }
H1.HeaderClassName
{
color: #85569B;
}
.AnyTagClassName
{
color: #85569B;
}
</style>
background-color css
<style>
a { background-color: #85569B; }
a { background-color: rgb(133,86,155); }
div.DivClassName
{
background-color: #85569B;
}
.BgClassName
{
background-color: #85569B;
}
</style>
border-color css
<style>
span { border-color: #85569B; }
span { border-color: rgb(133,86,155); }
td.TdClassName
{
border-color: #85569B;
}
.TagClassName
{
border-color: #85569B;
}
</style>