Shades of Affair #814D89
Tints of Affair #814D89
RGB
CMYK
RGB Variations
Color information
#814D89 (or 0x814D89) is known color: Affair. HEX triplet: 81, 4D and 89. RGB value is (129,77,137). Sum of RGB (Red+Green+Blue) = 129+77+137=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 137 - color contains mainly: blue. Hex color #814D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814D89 is #7EB276. Grayscale: #636363. Windows color (decimal): -8303223 or 8998273. OLE color: 8998273.
HSL color Cylindrical-coordinate representation of color #814D89: hue angle of 292º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #814D89 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 77 | 137 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.46 |
| HSL | 292º | 0.28% | 0.42% | - |
| HSV(B) | 292º | 0.44% | 0.54% | - |
| XYZ | 16.22 | 11.78 | 25.09 | - |
| YUV | 99.39 | 149.23 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 137 | 0.06 | 0.44 | 0 | 0.46 | 292 | 0.28 | 0.42 |
| Hex | 81 | 4D | 89 | 6 | 2C | 0 | 2E | 124 | 1C | 2A |
| Octal | 201 | 115 | 211 | 6 | 54 | 0 | 56 | 444 | 34 | 52 |
| Binary | 10000001 | 1001101 | 10001001 | 110 | 101100 | 0 | 101110 | 100100100 | 11100 | 101010 |
Color Harmonies of #814D89
Complementary color
Monochromatic Colors of #814D89
Black with #814D89
Text Example
Text Example
White with #814D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D89; }
p { color: rgb(129,77,137); }
H1.HeaderClassName
{
color: #814D89;
}
.AnyTagClassName
{
color: #814D89;
}
</style>
background-color css
<style>
a { background-color: #814D89; }
a { background-color: rgb(129,77,137); }
div.DivClassName
{
background-color: #814D89;
}
.BgClassName
{
background-color: #814D89;
}
</style>
border-color css
<style>
span { border-color: #814D89; }
span { border-color: rgb(129,77,137); }
td.TdClassName
{
border-color: #814D89;
}
.TagClassName
{
border-color: #814D89;
}
</style>