Shades of Affair #804E8B
Tints of Affair #804E8B
RGB
CMYK
RGB Variations
Color information
#804E8B (or 0x804E8B) is known color: Affair. HEX triplet: 80, 4E and 8B. RGB value is (128,78,139). Sum of RGB (Red+Green+Blue) = 128+78+139=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #804E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804E8B is #7FB174. Grayscale: #636363. Windows color (decimal): -8368501 or 9129600. OLE color: 9129600.
HSL color Cylindrical-coordinate representation of color #804E8B: hue angle of 289.18º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #804E8B is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 78 | 139 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.45 |
| HSL | 289.18º | 0.28% | 0.43% | - |
| HSV(B) | 289.18º | 0.44% | 0.55% | - |
| XYZ | 16.29 | 11.9 | 25.87 | - |
| YUV | 99.9 | 150.07 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 139 | 0.08 | 0.44 | 0 | 0.45 | 289.18 | 0.28 | 0.43 |
| Hex | 80 | 4E | 8B | 8 | 2C | 0 | 2D | 121 | 1C | 2B |
| Octal | 200 | 116 | 213 | 10 | 54 | 0 | 55 | 441 | 34 | 53 |
| Binary | 10000000 | 1001110 | 10001011 | 1000 | 101100 | 0 | 101101 | 100100001 | 11100 | 101011 |
Color Harmonies of #804E8B
Complementary color
Monochromatic Colors of #804E8B
Black with #804E8B
Text Example
Text Example
White with #804E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804E8B; }
p { color: rgb(128,78,139); }
H1.HeaderClassName
{
color: #804E8B;
}
.AnyTagClassName
{
color: #804E8B;
}
</style>
background-color css
<style>
a { background-color: #804E8B; }
a { background-color: rgb(128,78,139); }
div.DivClassName
{
background-color: #804E8B;
}
.BgClassName
{
background-color: #804E8B;
}
</style>
border-color css
<style>
span { border-color: #804E8B; }
span { border-color: rgb(128,78,139); }
td.TdClassName
{
border-color: #804E8B;
}
.TagClassName
{
border-color: #804E8B;
}
</style>