Shades of Affair #805F8A
Tints of Affair #805F8A
RGB
CMYK
RGB Variations
Color information
#805F8A (or 0x805F8A) is known color: Affair. HEX triplet: 80, 5F and 8A. RGB value is (128,95,138). Sum of RGB (Red+Green+Blue) = 128+95+138=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 138 - color contains mainly: blue. Hex color #805F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805F8A is #7FA075. Grayscale: #6D6D6D. Windows color (decimal): -8364150 or 9068416. OLE color: 9068416.
HSL color Cylindrical-coordinate representation of color #805F8A: hue angle of 286.05º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #805F8A is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 95 | 138 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.46 |
| HSL | 286.05º | 0.18% | 0.46% | - |
| HSV(B) | 286.05º | 0.31% | 0.54% | - |
| XYZ | 17.58 | 14.61 | 25.94 | - |
| YUV | 109.77 | 143.93 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 138 | 0.07 | 0.31 | 0 | 0.46 | 286.05 | 0.18 | 0.46 |
| Hex | 80 | 5F | 8A | 7 | 1F | 0 | 2E | 11E | 12 | 2E |
| Octal | 200 | 137 | 212 | 7 | 37 | 0 | 56 | 436 | 22 | 56 |
| Binary | 10000000 | 1011111 | 10001010 | 111 | 11111 | 0 | 101110 | 100011110 | 10010 | 101110 |
Color Harmonies of #805F8A
Complementary color
Monochromatic Colors of #805F8A
Black with #805F8A
Text Example
Text Example
White with #805F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805F8A; }
p { color: rgb(128,95,138); }
H1.HeaderClassName
{
color: #805F8A;
}
.AnyTagClassName
{
color: #805F8A;
}
</style>
background-color css
<style>
a { background-color: #805F8A; }
a { background-color: rgb(128,95,138); }
div.DivClassName
{
background-color: #805F8A;
}
.BgClassName
{
background-color: #805F8A;
}
</style>
border-color css
<style>
span { border-color: #805F8A; }
span { border-color: rgb(128,95,138); }
td.TdClassName
{
border-color: #805F8A;
}
.TagClassName
{
border-color: #805F8A;
}
</style>