Shades of Affair #844F90
Tints of Affair #844F90
RGB
CMYK
RGB Variations
Color information
#844F90 (or 0x844F90) is known color: Affair. HEX triplet: 84, 4F and 90. RGB value is (132,79,144). Sum of RGB (Red+Green+Blue) = 132+79+144=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #844F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844F90 is #7BB06F. Grayscale: #666666. Windows color (decimal): -8106096 or 9457540. OLE color: 9457540.
HSL color Cylindrical-coordinate representation of color #844F90: hue angle of 288.92º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #844F90 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 79 | 144 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.44 |
| HSL | 288.92º | 0.29% | 0.44% | - |
| HSV(B) | 288.92º | 0.45% | 0.56% | - |
| XYZ | 17.35 | 12.51 | 27.89 | - |
| YUV | 102.26 | 151.56 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 144 | 0.08 | 0.45 | 0 | 0.44 | 288.92 | 0.29 | 0.44 |
| Hex | 84 | 4F | 90 | 8 | 2D | 0 | 2C | 121 | 1D | 2C |
| Octal | 204 | 117 | 220 | 10 | 55 | 0 | 54 | 441 | 35 | 54 |
| Binary | 10000100 | 1001111 | 10010000 | 1000 | 101101 | 0 | 101100 | 100100001 | 11101 | 101100 |
Color Harmonies of #844F90
Complementary color
Monochromatic Colors of #844F90
Black with #844F90
Text Example
Text Example
White with #844F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F90; }
p { color: rgb(132,79,144); }
H1.HeaderClassName
{
color: #844F90;
}
.AnyTagClassName
{
color: #844F90;
}
</style>
background-color css
<style>
a { background-color: #844F90; }
a { background-color: rgb(132,79,144); }
div.DivClassName
{
background-color: #844F90;
}
.BgClassName
{
background-color: #844F90;
}
</style>
border-color css
<style>
span { border-color: #844F90; }
span { border-color: rgb(132,79,144); }
td.TdClassName
{
border-color: #844F90;
}
.TagClassName
{
border-color: #844F90;
}
</style>