Shades of Affair #80618B
Tints of Affair #80618B
RGB
CMYK
RGB Variations
Color information
#80618B (or 0x80618B) is known color: Affair. HEX triplet: 80, 61 and 8B. RGB value is (128,97,139). Sum of RGB (Red+Green+Blue) = 128+97+139=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 139 - color contains mainly: blue. Hex color #80618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80618B is #7F9E74. Grayscale: #6E6E6E. Windows color (decimal): -8363637 or 9134464. OLE color: 9134464.
HSL color Cylindrical-coordinate representation of color #80618B: hue angle of 284.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80618B is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 97 | 139 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.45 |
| HSL | 284.29º | 0.18% | 0.46% | - |
| HSV(B) | 284.29º | 0.3% | 0.55% | - |
| XYZ | 17.84 | 15 | 26.38 | - |
| YUV | 111.06 | 143.77 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 97 | 139 | 0.08 | 0.30 | 0 | 0.45 | 284.29 | 0.18 | 0.46 |
| Hex | 80 | 61 | 8B | 8 | 1E | 0 | 2D | 11C | 12 | 2E |
| Octal | 200 | 141 | 213 | 10 | 36 | 0 | 55 | 434 | 22 | 56 |
| Binary | 10000000 | 1100001 | 10001011 | 1000 | 11110 | 0 | 101101 | 100011100 | 10010 | 101110 |
Color Harmonies of #80618B
Complementary color
Monochromatic Colors of #80618B
Black with #80618B
Text Example
Text Example
White with #80618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80618B; }
p { color: rgb(128,97,139); }
H1.HeaderClassName
{
color: #80618B;
}
.AnyTagClassName
{
color: #80618B;
}
</style>
background-color css
<style>
a { background-color: #80618B; }
a { background-color: rgb(128,97,139); }
div.DivClassName
{
background-color: #80618B;
}
.BgClassName
{
background-color: #80618B;
}
</style>
border-color css
<style>
span { border-color: #80618B; }
span { border-color: rgb(128,97,139); }
td.TdClassName
{
border-color: #80618B;
}
.TagClassName
{
border-color: #80618B;
}
</style>