Shades of Affair #844E96
Tints of Affair #844E96
RGB
CMYK
RGB Variations
Color information
#844E96 (or 0x844E96) is known color: Affair. HEX triplet: 84, 4E and 96. RGB value is (132,78,150). Sum of RGB (Red+Green+Blue) = 132+78+150=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 150 - color contains mainly: blue. Hex color #844E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844E96 is #7BB169. Grayscale: #666666. Windows color (decimal): -8106346 or 9850500. OLE color: 9850500.
HSL color Cylindrical-coordinate representation of color #844E96: hue angle of 285º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844E96 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 78 | 150 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.41 |
| HSL | 285º | 0.32% | 0.45% | - |
| HSV(B) | 285º | 0.48% | 0.59% | - |
| XYZ | 17.75 | 12.56 | 30.34 | - |
| YUV | 102.35 | 154.89 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 150 | 0.12 | 0.48 | 0 | 0.41 | 285 | 0.32 | 0.45 |
| Hex | 84 | 4E | 96 | C | 30 | 0 | 29 | 11D | 20 | 2D |
| Octal | 204 | 116 | 226 | 14 | 60 | 0 | 51 | 435 | 40 | 55 |
| Binary | 10000100 | 1001110 | 10010110 | 1100 | 110000 | 0 | 101001 | 100011101 | 100000 | 101101 |
Color Harmonies of #844E96
Complementary color
Monochromatic Colors of #844E96
Black with #844E96
Text Example
Text Example
White with #844E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844E96; }
p { color: rgb(132,78,150); }
H1.HeaderClassName
{
color: #844E96;
}
.AnyTagClassName
{
color: #844E96;
}
</style>
background-color css
<style>
a { background-color: #844E96; }
a { background-color: rgb(132,78,150); }
div.DivClassName
{
background-color: #844E96;
}
.BgClassName
{
background-color: #844E96;
}
</style>
border-color css
<style>
span { border-color: #844E96; }
span { border-color: rgb(132,78,150); }
td.TdClassName
{
border-color: #844E96;
}
.TagClassName
{
border-color: #844E96;
}
</style>