Shades of Affair #805F8B
Tints of Affair #805F8B
RGB
CMYK
RGB Variations
Color information
#805F8B (or 0x805F8B) is known color: Affair. HEX triplet: 80, 5F and 8B. RGB value is (128,95,139). Sum of RGB (Red+Green+Blue) = 128+95+139=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 139 - color contains mainly: blue. Hex color #805F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805F8B is #7FA074. Grayscale: #6D6D6D. Windows color (decimal): -8364149 or 9133952. OLE color: 9133952.
HSL color Cylindrical-coordinate representation of color #805F8B: hue angle of 285º 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 #805F8B is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 95 | 139 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.45 |
| HSL | 285º | 0.19% | 0.46% | - |
| HSV(B) | 285º | 0.32% | 0.55% | - |
| XYZ | 17.65 | 14.64 | 26.32 | - |
| YUV | 109.88 | 144.43 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 139 | 0.08 | 0.32 | 0 | 0.45 | 285 | 0.19 | 0.46 |
| Hex | 80 | 5F | 8B | 8 | 20 | 0 | 2D | 11D | 13 | 2E |
| Octal | 200 | 137 | 213 | 10 | 40 | 0 | 55 | 435 | 23 | 56 |
| Binary | 10000000 | 1011111 | 10001011 | 1000 | 100000 | 0 | 101101 | 100011101 | 10011 | 101110 |
Color Harmonies of #805F8B
Complementary color
Monochromatic Colors of #805F8B
Black with #805F8B
Text Example
Text Example
White with #805F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805F8B; }
p { color: rgb(128,95,139); }
H1.HeaderClassName
{
color: #805F8B;
}
.AnyTagClassName
{
color: #805F8B;
}
</style>
background-color css
<style>
a { background-color: #805F8B; }
a { background-color: rgb(128,95,139); }
div.DivClassName
{
background-color: #805F8B;
}
.BgClassName
{
background-color: #805F8B;
}
</style>
border-color css
<style>
span { border-color: #805F8B; }
span { border-color: rgb(128,95,139); }
td.TdClassName
{
border-color: #805F8B;
}
.TagClassName
{
border-color: #805F8B;
}
</style>