Shades of Affair #804D93
Tints of Affair #804D93
RGB
CMYK
RGB Variations
Color information
#804D93 (or 0x804D93) is known color: Affair. HEX triplet: 80, 4D and 93. RGB value is (128,77,147). Sum of RGB (Red+Green+Blue) = 128+77+147=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #804D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804D93 is #7FB26C. Grayscale: #646464. Windows color (decimal): -8368749 or 9653632. OLE color: 9653632.
HSL color Cylindrical-coordinate representation of color #804D93: hue angle of 283.71º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804D93 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 77 | 147 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.42 |
| HSL | 283.71º | 0.31% | 0.44% | - |
| HSV(B) | 283.71º | 0.48% | 0.58% | - |
| XYZ | 16.82 | 12 | 29.03 | - |
| YUV | 100.23 | 154.4 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 147 | 0.13 | 0.48 | 0 | 0.42 | 283.71 | 0.31 | 0.44 |
| Hex | 80 | 4D | 93 | D | 30 | 0 | 2A | 11C | 1F | 2C |
| Octal | 200 | 115 | 223 | 15 | 60 | 0 | 52 | 434 | 37 | 54 |
| Binary | 10000000 | 1001101 | 10010011 | 1101 | 110000 | 0 | 101010 | 100011100 | 11111 | 101100 |
Color Harmonies of #804D93
Complementary color
Monochromatic Colors of #804D93
Black with #804D93
Text Example
Text Example
White with #804D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804D93; }
p { color: rgb(128,77,147); }
H1.HeaderClassName
{
color: #804D93;
}
.AnyTagClassName
{
color: #804D93;
}
</style>
background-color css
<style>
a { background-color: #804D93; }
a { background-color: rgb(128,77,147); }
div.DivClassName
{
background-color: #804D93;
}
.BgClassName
{
background-color: #804D93;
}
</style>
border-color css
<style>
span { border-color: #804D93; }
span { border-color: rgb(128,77,147); }
td.TdClassName
{
border-color: #804D93;
}
.TagClassName
{
border-color: #804D93;
}
</style>