Shades of Affair #80608D
Tints of Affair #80608D
RGB
CMYK
RGB Variations
Color information
#80608D (or 0x80608D) is known color: Affair. HEX triplet: 80, 60 and 8D. RGB value is (128,96,141). Sum of RGB (Red+Green+Blue) = 128+96+141=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 141 - color contains mainly: blue. Hex color #80608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80608D is #7F9F72. Grayscale: #6E6E6E. Windows color (decimal): -8363891 or 9265280. OLE color: 9265280.
HSL color Cylindrical-coordinate representation of color #80608D: hue angle of 282.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80608D is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 96 | 141 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.45 |
| HSL | 282.67º | 0.19% | 0.46% | - |
| HSV(B) | 282.67º | 0.32% | 0.55% | - |
| XYZ | 17.89 | 14.88 | 27.13 | - |
| YUV | 110.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 96 | 141 | 0.09 | 0.32 | 0 | 0.45 | 282.67 | 0.19 | 0.46 |
| Hex | 80 | 60 | 8D | 9 | 20 | 0 | 2D | 11B | 13 | 2E |
| Octal | 200 | 140 | 215 | 11 | 40 | 0 | 55 | 433 | 23 | 56 |
| Binary | 10000000 | 1100000 | 10001101 | 1001 | 100000 | 0 | 101101 | 100011011 | 10011 | 101110 |
Color Harmonies of #80608D
Complementary color
Monochromatic Colors of #80608D
Black with #80608D
Text Example
Text Example
White with #80608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80608D; }
p { color: rgb(128,96,141); }
H1.HeaderClassName
{
color: #80608D;
}
.AnyTagClassName
{
color: #80608D;
}
</style>
background-color css
<style>
a { background-color: #80608D; }
a { background-color: rgb(128,96,141); }
div.DivClassName
{
background-color: #80608D;
}
.BgClassName
{
background-color: #80608D;
}
</style>
border-color css
<style>
span { border-color: #80608D; }
span { border-color: rgb(128,96,141); }
td.TdClassName
{
border-color: #80608D;
}
.TagClassName
{
border-color: #80608D;
}
</style>