Shades of Affair #85559B
Tints of Affair #85559B
RGB
CMYK
RGB Variations
Color information
#85559B (or 0x85559B) is known color: Affair. HEX triplet: 85, 55 and 9B. RGB value is (133,85,155). Sum of RGB (Red+Green+Blue) = 133+85+155=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #85559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85559B is #7AAA64. Grayscale: #6B6B6B. Windows color (decimal): -8039013 or 10179973. OLE color: 10179973.
HSL color Cylindrical-coordinate representation of color #85559B: hue angle of 281.14º 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 #85559B is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 85 | 155 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.39 |
| HSL | 281.14º | 0.29% | 0.47% | - |
| HSV(B) | 281.14º | 0.45% | 0.61% | - |
| XYZ | 18.84 | 13.85 | 32.69 | - |
| YUV | 107.33 | 154.9 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 155 | 0.14 | 0.45 | 0 | 0.39 | 281.14 | 0.29 | 0.47 |
| Hex | 85 | 55 | 9B | E | 2D | 0 | 27 | 119 | 1D | 2F |
| Octal | 205 | 125 | 233 | 16 | 55 | 0 | 47 | 431 | 35 | 57 |
| Binary | 10000101 | 1010101 | 10011011 | 1110 | 101101 | 0 | 100111 | 100011001 | 11101 | 101111 |
Color Harmonies of #85559B
Complementary color
Monochromatic Colors of #85559B
Black with #85559B
Text Example
Text Example
White with #85559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85559B; }
p { color: rgb(133,85,155); }
H1.HeaderClassName
{
color: #85559B;
}
.AnyTagClassName
{
color: #85559B;
}
</style>
background-color css
<style>
a { background-color: #85559B; }
a { background-color: rgb(133,85,155); }
div.DivClassName
{
background-color: #85559B;
}
.BgClassName
{
background-color: #85559B;
}
</style>
border-color css
<style>
span { border-color: #85559B; }
span { border-color: rgb(133,85,155); }
td.TdClassName
{
border-color: #85559B;
}
.TagClassName
{
border-color: #85559B;
}
</style>