Shades of Affair #814C89
Tints of Affair #814C89
RGB
CMYK
RGB Variations
Color information
#814C89 (or 0x814C89) is known color: Affair. HEX triplet: 81, 4C and 89. RGB value is (129,76,137). Sum of RGB (Red+Green+Blue) = 129+76+137=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #814C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814C89 is #7EB376. Grayscale: #626262. Windows color (decimal): -8303479 or 8998017. OLE color: 8998017.
HSL color Cylindrical-coordinate representation of color #814C89: hue angle of 292.13º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #814C89 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 76 | 137 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.46 |
| HSL | 292.13º | 0.29% | 0.42% | - |
| HSV(B) | 292.13º | 0.45% | 0.54% | - |
| XYZ | 16.15 | 11.64 | 25.06 | - |
| YUV | 98.8 | 149.56 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 76 | 137 | 0.06 | 0.45 | 0 | 0.46 | 292.13 | 0.29 | 0.42 |
| Hex | 81 | 4C | 89 | 6 | 2D | 0 | 2E | 124 | 1D | 2A |
| Octal | 201 | 114 | 211 | 6 | 55 | 0 | 56 | 444 | 35 | 52 |
| Binary | 10000001 | 1001100 | 10001001 | 110 | 101101 | 0 | 101110 | 100100100 | 11101 | 101010 |
Color Harmonies of #814C89
Complementary color
Monochromatic Colors of #814C89
Black with #814C89
Text Example
Text Example
White with #814C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814C89; }
p { color: rgb(129,76,137); }
H1.HeaderClassName
{
color: #814C89;
}
.AnyTagClassName
{
color: #814C89;
}
</style>
background-color css
<style>
a { background-color: #814C89; }
a { background-color: rgb(129,76,137); }
div.DivClassName
{
background-color: #814C89;
}
.BgClassName
{
background-color: #814C89;
}
</style>
border-color css
<style>
span { border-color: #814C89; }
span { border-color: rgb(129,76,137); }
td.TdClassName
{
border-color: #814C89;
}
.TagClassName
{
border-color: #814C89;
}
</style>