Shades of Affair #84508F
Tints of Affair #84508F
RGB
CMYK
RGB Variations
Color information
#84508F (or 0x84508F) is known color: Affair. HEX triplet: 84, 50 and 8F. RGB value is (132,80,143). Sum of RGB (Red+Green+Blue) = 132+80+143=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 143 - color contains mainly: blue. Hex color #84508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84508F is #7BAF70. Grayscale: #666666. Windows color (decimal): -8105841 or 9392260. OLE color: 9392260.
HSL color Cylindrical-coordinate representation of color #84508F: hue angle of 289.52º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84508F is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 80 | 143 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.44 |
| HSL | 289.52º | 0.28% | 0.44% | - |
| HSV(B) | 289.52º | 0.44% | 0.56% | - |
| XYZ | 17.34 | 12.63 | 27.51 | - |
| YUV | 102.73 | 150.73 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 143 | 0.08 | 0.44 | 0 | 0.44 | 289.52 | 0.28 | 0.44 |
| Hex | 84 | 50 | 8F | 8 | 2C | 0 | 2C | 122 | 1C | 2C |
| Octal | 204 | 120 | 217 | 10 | 54 | 0 | 54 | 442 | 34 | 54 |
| Binary | 10000100 | 1010000 | 10001111 | 1000 | 101100 | 0 | 101100 | 100100010 | 11100 | 101100 |
Color Harmonies of #84508F
Complementary color
Monochromatic Colors of #84508F
Black with #84508F
Text Example
Text Example
White with #84508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84508F; }
p { color: rgb(132,80,143); }
H1.HeaderClassName
{
color: #84508F;
}
.AnyTagClassName
{
color: #84508F;
}
</style>
background-color css
<style>
a { background-color: #84508F; }
a { background-color: rgb(132,80,143); }
div.DivClassName
{
background-color: #84508F;
}
.BgClassName
{
background-color: #84508F;
}
</style>
border-color css
<style>
span { border-color: #84508F; }
span { border-color: rgb(132,80,143); }
td.TdClassName
{
border-color: #84508F;
}
.TagClassName
{
border-color: #84508F;
}
</style>