Shades of Affair #805F94
Tints of Affair #805F94
RGB
CMYK
RGB Variations
Color information
#805F94 (or 0x805F94) is known color: Affair. HEX triplet: 80, 5F and 94. RGB value is (128,95,148). Sum of RGB (Red+Green+Blue) = 128+95+148=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 148 - color contains mainly: blue. Hex color #805F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805F94 is #7FA06B. Grayscale: #6E6E6E. Windows color (decimal): -8364140 or 9723776. OLE color: 9723776.
HSL color Cylindrical-coordinate representation of color #805F94: hue angle of 277.36º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #805F94 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 95 | 148 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.42 |
| HSL | 277.36º | 0.22% | 0.48% | - |
| HSV(B) | 277.36º | 0.36% | 0.58% | - |
| XYZ | 18.34 | 14.91 | 29.93 | - |
| YUV | 110.91 | 148.93 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 148 | 0.14 | 0.36 | 0 | 0.42 | 277.36 | 0.22 | 0.48 |
| Hex | 80 | 5F | 94 | E | 24 | 0 | 2A | 115 | 16 | 30 |
| Octal | 200 | 137 | 224 | 16 | 44 | 0 | 52 | 425 | 26 | 60 |
| Binary | 10000000 | 1011111 | 10010100 | 1110 | 100100 | 0 | 101010 | 100010101 | 10110 | 110000 |
Color Harmonies of #805F94
Complementary color
Monochromatic Colors of #805F94
Black with #805F94
Text Example
Text Example
White with #805F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805F94; }
p { color: rgb(128,95,148); }
H1.HeaderClassName
{
color: #805F94;
}
.AnyTagClassName
{
color: #805F94;
}
</style>
background-color css
<style>
a { background-color: #805F94; }
a { background-color: rgb(128,95,148); }
div.DivClassName
{
background-color: #805F94;
}
.BgClassName
{
background-color: #805F94;
}
</style>
border-color css
<style>
span { border-color: #805F94; }
span { border-color: rgb(128,95,148); }
td.TdClassName
{
border-color: #805F94;
}
.TagClassName
{
border-color: #805F94;
}
</style>