Shades of Affair #865B92
Tints of Affair #865B92
RGB
CMYK
RGB Variations
Color information
#865B92 (or 0x865B92) is known color: Affair. HEX triplet: 86, 5B and 92. RGB value is (134,91,146). Sum of RGB (Red+Green+Blue) = 134+91+146=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 146 - color contains mainly: blue. Hex color #865B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865B92 is #79A46D. Grayscale: #6D6D6D. Windows color (decimal): -7971950 or 9591686. OLE color: 9591686.
HSL color Cylindrical-coordinate representation of color #865B92: hue angle of 286.91º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #865B92 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 91 | 146 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.43 |
| HSL | 286.91º | 0.23% | 0.46% | - |
| HSV(B) | 286.91º | 0.38% | 0.57% | - |
| XYZ | 18.76 | 14.63 | 29.03 | - |
| YUV | 110.13 | 148.25 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 146 | 0.08 | 0.38 | 0 | 0.43 | 286.91 | 0.23 | 0.46 |
| Hex | 86 | 5B | 92 | 8 | 26 | 0 | 2B | 11F | 17 | 2E |
| Octal | 206 | 133 | 222 | 10 | 46 | 0 | 53 | 437 | 27 | 56 |
| Binary | 10000110 | 1011011 | 10010010 | 1000 | 100110 | 0 | 101011 | 100011111 | 10111 | 101110 |
Color Harmonies of #865B92
Complementary color
Monochromatic Colors of #865B92
Black with #865B92
Text Example
Text Example
White with #865B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865B92; }
p { color: rgb(134,91,146); }
H1.HeaderClassName
{
color: #865B92;
}
.AnyTagClassName
{
color: #865B92;
}
</style>
background-color css
<style>
a { background-color: #865B92; }
a { background-color: rgb(134,91,146); }
div.DivClassName
{
background-color: #865B92;
}
.BgClassName
{
background-color: #865B92;
}
</style>
border-color css
<style>
span { border-color: #865B92; }
span { border-color: rgb(134,91,146); }
td.TdClassName
{
border-color: #865B92;
}
.TagClassName
{
border-color: #865B92;
}
</style>