Shades of Affair #814D93
Tints of Affair #814D93
RGB
CMYK
RGB Variations
Color information
#814D93 (or 0x814D93) is known color: Affair. HEX triplet: 81, 4D and 93. RGB value is (129,77,147). Sum of RGB (Red+Green+Blue) = 129+77+147=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #814D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814D93 is #7EB26C. Grayscale: #646464. Windows color (decimal): -8303213 or 9653633. OLE color: 9653633.
HSL color Cylindrical-coordinate representation of color #814D93: hue angle of 284.57º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #814D93 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 77 | 147 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.42 |
| HSL | 284.57º | 0.31% | 0.44% | - |
| HSV(B) | 284.57º | 0.48% | 0.58% | - |
| XYZ | 16.97 | 12.08 | 29.04 | - |
| YUV | 100.53 | 154.23 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 147 | 0.12 | 0.48 | 0 | 0.42 | 284.57 | 0.31 | 0.44 |
| Hex | 81 | 4D | 93 | C | 30 | 0 | 2A | 11D | 1F | 2C |
| Octal | 201 | 115 | 223 | 14 | 60 | 0 | 52 | 435 | 37 | 54 |
| Binary | 10000001 | 1001101 | 10010011 | 1100 | 110000 | 0 | 101010 | 100011101 | 11111 | 101100 |
Color Harmonies of #814D93
Complementary color
Monochromatic Colors of #814D93
Black with #814D93
Text Example
Text Example
White with #814D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D93; }
p { color: rgb(129,77,147); }
H1.HeaderClassName
{
color: #814D93;
}
.AnyTagClassName
{
color: #814D93;
}
</style>
background-color css
<style>
a { background-color: #814D93; }
a { background-color: rgb(129,77,147); }
div.DivClassName
{
background-color: #814D93;
}
.BgClassName
{
background-color: #814D93;
}
</style>
border-color css
<style>
span { border-color: #814D93; }
span { border-color: rgb(129,77,147); }
td.TdClassName
{
border-color: #814D93;
}
.TagClassName
{
border-color: #814D93;
}
</style>