Shades of Affair #804A8E
Tints of Affair #804A8E
RGB
CMYK
RGB Variations
Color information
#804A8E (or 0x804A8E) is known color: Affair. HEX triplet: 80, 4A and 8E. RGB value is (128,74,142). Sum of RGB (Red+Green+Blue) = 128+74+142=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #804A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804A8E is #7FB571. Grayscale: #616161. Windows color (decimal): -8369522 or 9325184. OLE color: 9325184.
HSL color Cylindrical-coordinate representation of color #804A8E: hue angle of 287.65º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804A8E is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 74 | 142 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.44 |
| HSL | 287.65º | 0.31% | 0.42% | - |
| HSV(B) | 287.65º | 0.48% | 0.56% | - |
| XYZ | 16.23 | 11.44 | 26.94 | - |
| YUV | 97.9 | 152.89 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 142 | 0.10 | 0.48 | 0 | 0.44 | 287.65 | 0.31 | 0.42 |
| Hex | 80 | 4A | 8E | A | 30 | 0 | 2C | 120 | 1F | 2A |
| Octal | 200 | 112 | 216 | 12 | 60 | 0 | 54 | 440 | 37 | 52 |
| Binary | 10000000 | 1001010 | 10001110 | 1010 | 110000 | 0 | 101100 | 100100000 | 11111 | 101010 |
Color Harmonies of #804A8E
Complementary color
Monochromatic Colors of #804A8E
Black with #804A8E
Text Example
Text Example
White with #804A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804A8E; }
p { color: rgb(128,74,142); }
H1.HeaderClassName
{
color: #804A8E;
}
.AnyTagClassName
{
color: #804A8E;
}
</style>
background-color css
<style>
a { background-color: #804A8E; }
a { background-color: rgb(128,74,142); }
div.DivClassName
{
background-color: #804A8E;
}
.BgClassName
{
background-color: #804A8E;
}
</style>
border-color css
<style>
span { border-color: #804A8E; }
span { border-color: rgb(128,74,142); }
td.TdClassName
{
border-color: #804A8E;
}
.TagClassName
{
border-color: #804A8E;
}
</style>