Shades of Affair #805B8C
Tints of Affair #805B8C
RGB
CMYK
RGB Variations
Color information
#805B8C (or 0x805B8C) is known color: Affair. HEX triplet: 80, 5B and 8C. RGB value is (128,91,140). Sum of RGB (Red+Green+Blue) = 128+91+140=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #805B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805B8C is #7FA473. Grayscale: #6B6B6B. Windows color (decimal): -8365172 or 9198464. OLE color: 9198464.
HSL color Cylindrical-coordinate representation of color #805B8C: hue angle of 285.31º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #805B8C is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 91 | 140 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.45 |
| HSL | 285.31º | 0.21% | 0.45% | - |
| HSV(B) | 285.31º | 0.35% | 0.55% | - |
| XYZ | 17.38 | 13.96 | 26.59 | - |
| YUV | 107.65 | 146.26 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 140 | 0.09 | 0.35 | 0 | 0.45 | 285.31 | 0.21 | 0.45 |
| Hex | 80 | 5B | 8C | 9 | 23 | 0 | 2D | 11D | 15 | 2D |
| Octal | 200 | 133 | 214 | 11 | 43 | 0 | 55 | 435 | 25 | 55 |
| Binary | 10000000 | 1011011 | 10001100 | 1001 | 100011 | 0 | 101101 | 100011101 | 10101 | 101101 |
Color Harmonies of #805B8C
Complementary color
Monochromatic Colors of #805B8C
Black with #805B8C
Text Example
Text Example
White with #805B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805B8C; }
p { color: rgb(128,91,140); }
H1.HeaderClassName
{
color: #805B8C;
}
.AnyTagClassName
{
color: #805B8C;
}
</style>
background-color css
<style>
a { background-color: #805B8C; }
a { background-color: rgb(128,91,140); }
div.DivClassName
{
background-color: #805B8C;
}
.BgClassName
{
background-color: #805B8C;
}
</style>
border-color css
<style>
span { border-color: #805B8C; }
span { border-color: rgb(128,91,140); }
td.TdClassName
{
border-color: #805B8C;
}
.TagClassName
{
border-color: #805B8C;
}
</style>