Shades of Affair #844E8D
Tints of Affair #844E8D
RGB
CMYK
RGB Variations
Color information
#844E8D (or 0x844E8D) is known color: Affair. HEX triplet: 84, 4E and 8D. RGB value is (132,78,141). Sum of RGB (Red+Green+Blue) = 132+78+141=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #844E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844E8D is #7BB172. Grayscale: #656565. Windows color (decimal): -8106355 or 9260676. OLE color: 9260676.
HSL color Cylindrical-coordinate representation of color #844E8D: hue angle of 291.43º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #844E8D is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 78 | 141 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.45 |
| HSL | 291.43º | 0.29% | 0.43% | - |
| HSV(B) | 291.43º | 0.45% | 0.55% | - |
| XYZ | 17.05 | 12.28 | 26.67 | - |
| YUV | 101.33 | 150.39 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 141 | 0.06 | 0.45 | 0 | 0.45 | 291.43 | 0.29 | 0.43 |
| Hex | 84 | 4E | 8D | 6 | 2D | 0 | 2D | 123 | 1D | 2B |
| Octal | 204 | 116 | 215 | 6 | 55 | 0 | 55 | 443 | 35 | 53 |
| Binary | 10000100 | 1001110 | 10001101 | 110 | 101101 | 0 | 101101 | 100100011 | 11101 | 101011 |
Color Harmonies of #844E8D
Complementary color
Monochromatic Colors of #844E8D
Black with #844E8D
Text Example
Text Example
White with #844E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844E8D; }
p { color: rgb(132,78,141); }
H1.HeaderClassName
{
color: #844E8D;
}
.AnyTagClassName
{
color: #844E8D;
}
</style>
background-color css
<style>
a { background-color: #844E8D; }
a { background-color: rgb(132,78,141); }
div.DivClassName
{
background-color: #844E8D;
}
.BgClassName
{
background-color: #844E8D;
}
</style>
border-color css
<style>
span { border-color: #844E8D; }
span { border-color: rgb(132,78,141); }
td.TdClassName
{
border-color: #844E8D;
}
.TagClassName
{
border-color: #844E8D;
}
</style>