Shades of Affair #84509B
Tints of Affair #84509B
RGB
CMYK
RGB Variations
Color information
#84509B (or 0x84509B) is known color: Affair. HEX triplet: 84, 50 and 9B. RGB value is (132,80,155). Sum of RGB (Red+Green+Blue) = 132+80+155=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #84509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84509B is #7BAF64. Grayscale: #676767. Windows color (decimal): -8105829 or 10178692. OLE color: 10178692.
HSL color Cylindrical-coordinate representation of color #84509B: hue angle of 281.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84509B is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 80 | 155 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.39 |
| HSL | 281.6º | 0.32% | 0.46% | - |
| HSV(B) | 281.6º | 0.48% | 0.61% | - |
| XYZ | 18.3 | 13.01 | 32.56 | - |
| YUV | 104.1 | 156.73 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 155 | 0.15 | 0.48 | 0 | 0.39 | 281.6 | 0.32 | 0.46 |
| Hex | 84 | 50 | 9B | F | 30 | 0 | 27 | 11A | 20 | 2E |
| Octal | 204 | 120 | 233 | 17 | 60 | 0 | 47 | 432 | 40 | 56 |
| Binary | 10000100 | 1010000 | 10011011 | 1111 | 110000 | 0 | 100111 | 100011010 | 100000 | 101110 |
Color Harmonies of #84509B
Complementary color
Monochromatic Colors of #84509B
Black with #84509B
Text Example
Text Example
White with #84509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84509B; }
p { color: rgb(132,80,155); }
H1.HeaderClassName
{
color: #84509B;
}
.AnyTagClassName
{
color: #84509B;
}
</style>
background-color css
<style>
a { background-color: #84509B; }
a { background-color: rgb(132,80,155); }
div.DivClassName
{
background-color: #84509B;
}
.BgClassName
{
background-color: #84509B;
}
</style>
border-color css
<style>
span { border-color: #84509B; }
span { border-color: rgb(132,80,155); }
td.TdClassName
{
border-color: #84509B;
}
.TagClassName
{
border-color: #84509B;
}
</style>