Shades of Affair #805E94
Tints of Affair #805E94
RGB
CMYK
RGB Variations
Color information
#805E94 (or 0x805E94) is known color: Affair. HEX triplet: 80, 5E and 94. RGB value is (128,94,148). Sum of RGB (Red+Green+Blue) = 128+94+148=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: blue. Hex color #805E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805E94 is #7FA16B. Grayscale: #6E6E6E. Windows color (decimal): -8364396 or 9723520. OLE color: 9723520.
HSL color Cylindrical-coordinate representation of color #805E94: hue angle of 277.78º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #805E94 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 94 | 148 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.42 |
| HSL | 277.78º | 0.22% | 0.47% | - |
| HSV(B) | 277.78º | 0.36% | 0.58% | - |
| XYZ | 18.25 | 14.73 | 29.9 | - |
| YUV | 110.32 | 149.26 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 148 | 0.14 | 0.36 | 0 | 0.42 | 277.78 | 0.22 | 0.47 |
| Hex | 80 | 5E | 94 | E | 24 | 0 | 2A | 116 | 16 | 2F |
| Octal | 200 | 136 | 224 | 16 | 44 | 0 | 52 | 426 | 26 | 57 |
| Binary | 10000000 | 1011110 | 10010100 | 1110 | 100100 | 0 | 101010 | 100010110 | 10110 | 101111 |
Color Harmonies of #805E94
Complementary color
Monochromatic Colors of #805E94
Black with #805E94
Text Example
Text Example
White with #805E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805E94; }
p { color: rgb(128,94,148); }
H1.HeaderClassName
{
color: #805E94;
}
.AnyTagClassName
{
color: #805E94;
}
</style>
background-color css
<style>
a { background-color: #805E94; }
a { background-color: rgb(128,94,148); }
div.DivClassName
{
background-color: #805E94;
}
.BgClassName
{
background-color: #805E94;
}
</style>
border-color css
<style>
span { border-color: #805E94; }
span { border-color: rgb(128,94,148); }
td.TdClassName
{
border-color: #805E94;
}
.TagClassName
{
border-color: #805E94;
}
</style>