Shades of Affair #865B97
Tints of Affair #865B97
RGB
CMYK
RGB Variations
Color information
#865B97 (or 0x865B97) is known color: Affair. HEX triplet: 86, 5B and 97. RGB value is (134,91,151). Sum of RGB (Red+Green+Blue) = 134+91+151=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 151 - color contains mainly: blue. Hex color #865B97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865B97 is #79A468. Grayscale: #6E6E6E. Windows color (decimal): -7971945 or 9919366. OLE color: 9919366.
HSL color Cylindrical-coordinate representation of color #865B97: hue angle of 283º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865B97 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 134 | 91 | 151 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.41 |
| HSL | 283º | 0.25% | 0.47% | - |
| HSV(B) | 283º | 0.4% | 0.59% | - |
| XYZ | 19.16 | 14.78 | 31.12 | - |
| YUV | 110.7 | 150.75 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 151 | 0.11 | 0.40 | 0 | 0.41 | 283 | 0.25 | 0.47 |
| Hex | 86 | 5B | 97 | B | 28 | 0 | 29 | 11B | 19 | 2F |
| Octal | 206 | 133 | 227 | 13 | 50 | 0 | 51 | 433 | 31 | 57 |
| Binary | 10000110 | 1011011 | 10010111 | 1011 | 101000 | 0 | 101001 | 100011011 | 11001 | 101111 |
Color Harmonies of #865B97
Complementary color
Monochromatic Colors of #865B97
Black with #865B97
Text Example
Text Example
White with #865B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865B97; }
p { color: rgb(134,91,151); }
H1.HeaderClassName
{
color: #865B97;
}
.AnyTagClassName
{
color: #865B97;
}
</style>
background-color css
<style>
a { background-color: #865B97; }
a { background-color: rgb(134,91,151); }
div.DivClassName
{
background-color: #865B97;
}
.BgClassName
{
background-color: #865B97;
}
</style>
border-color css
<style>
span { border-color: #865B97; }
span { border-color: rgb(134,91,151); }
td.TdClassName
{
border-color: #865B97;
}
.TagClassName
{
border-color: #865B97;
}
</style>