Shades of Affair #81638C
Tints of Affair #81638C
RGB
CMYK
RGB Variations
Color information
#81638C (or 0x81638C) is known color: Affair. HEX triplet: 81, 63 and 8C. RGB value is (129,99,140). Sum of RGB (Red+Green+Blue) = 129+99+140=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 140 - color contains mainly: blue. Hex color #81638C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81638C is #7E9C73. Grayscale: #707070. Windows color (decimal): -8297588 or 9200513. OLE color: 9200513.
HSL color Cylindrical-coordinate representation of color #81638C: hue angle of 283.9º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81638C is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 99 | 140 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.45 |
| HSL | 283.9º | 0.17% | 0.47% | - |
| HSV(B) | 283.9º | 0.29% | 0.55% | - |
| XYZ | 18.25 | 15.48 | 26.84 | - |
| YUV | 112.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 99 | 140 | 0.08 | 0.29 | 0 | 0.45 | 283.9 | 0.17 | 0.47 |
| Hex | 81 | 63 | 8C | 8 | 1D | 0 | 2D | 11C | 11 | 2F |
| Octal | 201 | 143 | 214 | 10 | 35 | 0 | 55 | 434 | 21 | 57 |
| Binary | 10000001 | 1100011 | 10001100 | 1000 | 11101 | 0 | 101101 | 100011100 | 10001 | 101111 |
Color Harmonies of #81638C
Complementary color
Monochromatic Colors of #81638C
Black with #81638C
Text Example
Text Example
White with #81638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81638C; }
p { color: rgb(129,99,140); }
H1.HeaderClassName
{
color: #81638C;
}
.AnyTagClassName
{
color: #81638C;
}
</style>
background-color css
<style>
a { background-color: #81638C; }
a { background-color: rgb(129,99,140); }
div.DivClassName
{
background-color: #81638C;
}
.BgClassName
{
background-color: #81638C;
}
</style>
border-color css
<style>
span { border-color: #81638C; }
span { border-color: rgb(129,99,140); }
td.TdClassName
{
border-color: #81638C;
}
.TagClassName
{
border-color: #81638C;
}
</style>