Shades of Affair #804E94
Tints of Affair #804E94
RGB
CMYK
RGB Variations
Color information
#804E94 (or 0x804E94) is known color: Affair. HEX triplet: 80, 4E and 94. RGB value is (128,78,148). Sum of RGB (Red+Green+Blue) = 128+78+148=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 148 - color contains mainly: blue. Hex color #804E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804E94 is #7FB16B. Grayscale: #646464. Windows color (decimal): -8368492 or 9719424. OLE color: 9719424.
HSL color Cylindrical-coordinate representation of color #804E94: hue angle of 282.86º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #804E94 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 78 | 148 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.42 |
| HSL | 282.86º | 0.31% | 0.44% | - |
| HSV(B) | 282.86º | 0.47% | 0.58% | - |
| XYZ | 16.97 | 12.18 | 29.47 | - |
| YUV | 100.93 | 154.57 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 148 | 0.14 | 0.47 | 0 | 0.42 | 282.86 | 0.31 | 0.44 |
| Hex | 80 | 4E | 94 | E | 2F | 0 | 2A | 11B | 1F | 2C |
| Octal | 200 | 116 | 224 | 16 | 57 | 0 | 52 | 433 | 37 | 54 |
| Binary | 10000000 | 1001110 | 10010100 | 1110 | 101111 | 0 | 101010 | 100011011 | 11111 | 101100 |
Color Harmonies of #804E94
Complementary color
Monochromatic Colors of #804E94
Black with #804E94
Text Example
Text Example
White with #804E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804E94; }
p { color: rgb(128,78,148); }
H1.HeaderClassName
{
color: #804E94;
}
.AnyTagClassName
{
color: #804E94;
}
</style>
background-color css
<style>
a { background-color: #804E94; }
a { background-color: rgb(128,78,148); }
div.DivClassName
{
background-color: #804E94;
}
.BgClassName
{
background-color: #804E94;
}
</style>
border-color css
<style>
span { border-color: #804E94; }
span { border-color: rgb(128,78,148); }
td.TdClassName
{
border-color: #804E94;
}
.TagClassName
{
border-color: #804E94;
}
</style>