Shades of Affair #84558F
Tints of Affair #84558F
RGB
CMYK
RGB Variations
Color information
#84558F (or 0x84558F) is known color: Affair. HEX triplet: 84, 55 and 8F. RGB value is (132,85,143). Sum of RGB (Red+Green+Blue) = 132+85+143=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 143 - color contains mainly: blue. Hex color #84558F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84558F is #7BAA70. Grayscale: #696969. Windows color (decimal): -8104561 or 9393540. OLE color: 9393540.
HSL color Cylindrical-coordinate representation of color #84558F: hue angle of 288.62º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84558F is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 85 | 143 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.44 |
| HSL | 288.62º | 0.25% | 0.45% | - |
| HSV(B) | 288.62º | 0.41% | 0.56% | - |
| XYZ | 17.72 | 13.39 | 27.64 | - |
| YUV | 105.67 | 149.07 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 143 | 0.08 | 0.41 | 0 | 0.44 | 288.62 | 0.25 | 0.45 |
| Hex | 84 | 55 | 8F | 8 | 29 | 0 | 2C | 121 | 19 | 2D |
| Octal | 204 | 125 | 217 | 10 | 51 | 0 | 54 | 441 | 31 | 55 |
| Binary | 10000100 | 1010101 | 10001111 | 1000 | 101001 | 0 | 101100 | 100100001 | 11001 | 101101 |
Color Harmonies of #84558F
Complementary color
Monochromatic Colors of #84558F
Black with #84558F
Text Example
Text Example
White with #84558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84558F; }
p { color: rgb(132,85,143); }
H1.HeaderClassName
{
color: #84558F;
}
.AnyTagClassName
{
color: #84558F;
}
</style>
background-color css
<style>
a { background-color: #84558F; }
a { background-color: rgb(132,85,143); }
div.DivClassName
{
background-color: #84558F;
}
.BgClassName
{
background-color: #84558F;
}
</style>
border-color css
<style>
span { border-color: #84558F; }
span { border-color: rgb(132,85,143); }
td.TdClassName
{
border-color: #84558F;
}
.TagClassName
{
border-color: #84558F;
}
</style>