Shades of Affair #804C95
Tints of Affair #804C95
RGB
CMYK
RGB Variations
Color information
#804C95 (or 0x804C95) is known color: Affair. HEX triplet: 80, 4C and 95. RGB value is (128,76,149). Sum of RGB (Red+Green+Blue) = 128+76+149=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #804C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804C95 is #7FB36A. Grayscale: #636363. Windows color (decimal): -8369003 or 9784448. OLE color: 9784448.
HSL color Cylindrical-coordinate representation of color #804C95: hue angle of 282.74º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #804C95 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 76 | 149 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.42 |
| HSL | 282.74º | 0.32% | 0.44% | - |
| HSV(B) | 282.74º | 0.49% | 0.58% | - |
| XYZ | 16.91 | 11.93 | 29.84 | - |
| YUV | 99.87 | 155.73 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 149 | 0.14 | 0.49 | 0 | 0.42 | 282.74 | 0.32 | 0.44 |
| Hex | 80 | 4C | 95 | E | 31 | 0 | 2A | 11B | 20 | 2C |
| Octal | 200 | 114 | 225 | 16 | 61 | 0 | 52 | 433 | 40 | 54 |
| Binary | 10000000 | 1001100 | 10010101 | 1110 | 110001 | 0 | 101010 | 100011011 | 100000 | 101100 |
Color Harmonies of #804C95
Complementary color
Monochromatic Colors of #804C95
Black with #804C95
Text Example
Text Example
White with #804C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C95; }
p { color: rgb(128,76,149); }
H1.HeaderClassName
{
color: #804C95;
}
.AnyTagClassName
{
color: #804C95;
}
</style>
background-color css
<style>
a { background-color: #804C95; }
a { background-color: rgb(128,76,149); }
div.DivClassName
{
background-color: #804C95;
}
.BgClassName
{
background-color: #804C95;
}
</style>
border-color css
<style>
span { border-color: #804C95; }
span { border-color: rgb(128,76,149); }
td.TdClassName
{
border-color: #804C95;
}
.TagClassName
{
border-color: #804C95;
}
</style>