Shades of Affair #804A94
Tints of Affair #804A94
RGB
CMYK
RGB Variations
Color information
#804A94 (or 0x804A94) is known color: Affair. HEX triplet: 80, 4A and 94. RGB value is (128,74,148). Sum of RGB (Red+Green+Blue) = 128+74+148=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 148 - color contains mainly: blue. Hex color #804A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804A94 is #7FB56B. Grayscale: #626262. Windows color (decimal): -8369516 or 9718400. OLE color: 9718400.
HSL color Cylindrical-coordinate representation of color #804A94: hue angle of 283.78º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #804A94 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 74 | 148 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.42 |
| HSL | 283.78º | 0.33% | 0.44% | - |
| HSV(B) | 283.78º | 0.5% | 0.58% | - |
| XYZ | 16.7 | 11.62 | 29.38 | - |
| YUV | 98.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 148 | 0.14 | 0.50 | 0 | 0.42 | 283.78 | 0.33 | 0.44 |
| Hex | 80 | 4A | 94 | E | 32 | 0 | 2A | 11C | 21 | 2C |
| Octal | 200 | 112 | 224 | 16 | 62 | 0 | 52 | 434 | 41 | 54 |
| Binary | 10000000 | 1001010 | 10010100 | 1110 | 110010 | 0 | 101010 | 100011100 | 100001 | 101100 |
Color Harmonies of #804A94
Complementary color
Monochromatic Colors of #804A94
Black with #804A94
Text Example
Text Example
White with #804A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804A94; }
p { color: rgb(128,74,148); }
H1.HeaderClassName
{
color: #804A94;
}
.AnyTagClassName
{
color: #804A94;
}
</style>
background-color css
<style>
a { background-color: #804A94; }
a { background-color: rgb(128,74,148); }
div.DivClassName
{
background-color: #804A94;
}
.BgClassName
{
background-color: #804A94;
}
</style>
border-color css
<style>
span { border-color: #804A94; }
span { border-color: rgb(128,74,148); }
td.TdClassName
{
border-color: #804A94;
}
.TagClassName
{
border-color: #804A94;
}
</style>