Shades of Affair #814D99
Tints of Affair #814D99
RGB
CMYK
RGB Variations
Color information
#814D99 (or 0x814D99) is known color: Affair. HEX triplet: 81, 4D and 99. RGB value is (129,77,153). Sum of RGB (Red+Green+Blue) = 129+77+153=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #814D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814D99 is #7EB266. Grayscale: #646464. Windows color (decimal): -8303207 or 10046849. OLE color: 10046849.
HSL color Cylindrical-coordinate representation of color #814D99: hue angle of 281.05º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814D99 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 129 | 77 | 153 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.4 |
| HSL | 281.05º | 0.33% | 0.45% | - |
| HSV(B) | 281.05º | 0.5% | 0.6% | - |
| XYZ | 17.46 | 12.27 | 31.59 | - |
| YUV | 101.21 | 157.23 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 153 | 0.16 | 0.50 | 0 | 0.4 | 281.05 | 0.33 | 0.45 |
| Hex | 81 | 4D | 99 | 10 | 32 | 0 | 28 | 119 | 21 | 2D |
| Octal | 201 | 115 | 231 | 20 | 62 | 0 | 50 | 431 | 41 | 55 |
| Binary | 10000001 | 1001101 | 10011001 | 10000 | 110010 | 0 | 101000 | 100011001 | 100001 | 101101 |
Color Harmonies of #814D99
Complementary color
Monochromatic Colors of #814D99
Black with #814D99
Text Example
Text Example
White with #814D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D99; }
p { color: rgb(129,77,153); }
H1.HeaderClassName
{
color: #814D99;
}
.AnyTagClassName
{
color: #814D99;
}
</style>
background-color css
<style>
a { background-color: #814D99; }
a { background-color: rgb(129,77,153); }
div.DivClassName
{
background-color: #814D99;
}
.BgClassName
{
background-color: #814D99;
}
</style>
border-color css
<style>
span { border-color: #814D99; }
span { border-color: rgb(129,77,153); }
td.TdClassName
{
border-color: #814D99;
}
.TagClassName
{
border-color: #814D99;
}
</style>