Shades of Affair #804C99
Tints of Affair #804C99
RGB
CMYK
RGB Variations
Color information
#804C99 (or 0x804C99) is known color: Affair. HEX triplet: 80, 4C and 99. RGB value is (128,76,153). Sum of RGB (Red+Green+Blue) = 128+76+153=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #804C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804C99 is #7FB366. Grayscale: #646464. Windows color (decimal): -8368999 or 10046592. OLE color: 10046592.
HSL color Cylindrical-coordinate representation of color #804C99: hue angle of 280.52º degrees, saturation: 0.34, 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 #804C99 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 76 | 153 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.4 |
| HSL | 280.52º | 0.34% | 0.45% | - |
| HSV(B) | 280.52º | 0.5% | 0.6% | - |
| XYZ | 17.24 | 12.06 | 31.56 | - |
| YUV | 100.33 | 157.73 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 153 | 0.16 | 0.50 | 0 | 0.4 | 280.52 | 0.34 | 0.45 |
| Hex | 80 | 4C | 99 | 10 | 32 | 0 | 28 | 119 | 22 | 2D |
| Octal | 200 | 114 | 231 | 20 | 62 | 0 | 50 | 431 | 42 | 55 |
| Binary | 10000000 | 1001100 | 10011001 | 10000 | 110010 | 0 | 101000 | 100011001 | 100010 | 101101 |
Color Harmonies of #804C99
Complementary color
Monochromatic Colors of #804C99
Black with #804C99
Text Example
Text Example
White with #804C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C99; }
p { color: rgb(128,76,153); }
H1.HeaderClassName
{
color: #804C99;
}
.AnyTagClassName
{
color: #804C99;
}
</style>
background-color css
<style>
a { background-color: #804C99; }
a { background-color: rgb(128,76,153); }
div.DivClassName
{
background-color: #804C99;
}
.BgClassName
{
background-color: #804C99;
}
</style>
border-color css
<style>
span { border-color: #804C99; }
span { border-color: rgb(128,76,153); }
td.TdClassName
{
border-color: #804C99;
}
.TagClassName
{
border-color: #804C99;
}
</style>