Shades of Affair #80608F
Tints of Affair #80608F
RGB
CMYK
RGB Variations
Color information
#80608F (or 0x80608F) is known color: Affair. HEX triplet: 80, 60 and 8F. RGB value is (128,96,143). Sum of RGB (Red+Green+Blue) = 128+96+143=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 143 - color contains mainly: blue. Hex color #80608F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80608F is #7F9F70. Grayscale: #6E6E6E. Windows color (decimal): -8363889 or 9396352. OLE color: 9396352.
HSL color Cylindrical-coordinate representation of color #80608F: hue angle of 280.85º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80608F is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 96 | 143 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.44 |
| HSL | 280.85º | 0.2% | 0.47% | - |
| HSV(B) | 280.85º | 0.33% | 0.56% | - |
| XYZ | 18.04 | 14.94 | 27.92 | - |
| YUV | 110.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 96 | 143 | 0.10 | 0.33 | 0 | 0.44 | 280.85 | 0.2 | 0.47 |
| Hex | 80 | 60 | 8F | A | 21 | 0 | 2C | 119 | 14 | 2F |
| Octal | 200 | 140 | 217 | 12 | 41 | 0 | 54 | 431 | 24 | 57 |
| Binary | 10000000 | 1100000 | 10001111 | 1010 | 100001 | 0 | 101100 | 100011001 | 10100 | 101111 |
Color Harmonies of #80608F
Complementary color
Monochromatic Colors of #80608F
Black with #80608F
Text Example
Text Example
White with #80608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80608F; }
p { color: rgb(128,96,143); }
H1.HeaderClassName
{
color: #80608F;
}
.AnyTagClassName
{
color: #80608F;
}
</style>
background-color css
<style>
a { background-color: #80608F; }
a { background-color: rgb(128,96,143); }
div.DivClassName
{
background-color: #80608F;
}
.BgClassName
{
background-color: #80608F;
}
</style>
border-color css
<style>
span { border-color: #80608F; }
span { border-color: rgb(128,96,143); }
td.TdClassName
{
border-color: #80608F;
}
.TagClassName
{
border-color: #80608F;
}
</style>