Shades of Affair #865C92
Tints of Affair #865C92
RGB
CMYK
RGB Variations
Color information
#865C92 (or 0x865C92) is known color: Affair. HEX triplet: 86, 5C and 92. RGB value is (134,92,146). Sum of RGB (Red+Green+Blue) = 134+92+146=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 146 - color contains mainly: blue. Hex color #865C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865C92 is #79A36D. Grayscale: #6E6E6E. Windows color (decimal): -7971694 or 9591942. OLE color: 9591942.
HSL color Cylindrical-coordinate representation of color #865C92: hue angle of 286.67º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #865C92 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 92 | 146 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.43 |
| HSL | 286.67º | 0.23% | 0.47% | - |
| HSV(B) | 286.67º | 0.37% | 0.57% | - |
| XYZ | 18.85 | 14.8 | 29.06 | - |
| YUV | 110.71 | 147.91 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 146 | 0.08 | 0.37 | 0 | 0.43 | 286.67 | 0.23 | 0.47 |
| Hex | 86 | 5C | 92 | 8 | 25 | 0 | 2B | 11F | 17 | 2F |
| Octal | 206 | 134 | 222 | 10 | 45 | 0 | 53 | 437 | 27 | 57 |
| Binary | 10000110 | 1011100 | 10010010 | 1000 | 100101 | 0 | 101011 | 100011111 | 10111 | 101111 |
Color Harmonies of #865C92
Complementary color
Monochromatic Colors of #865C92
Black with #865C92
Text Example
Text Example
White with #865C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C92; }
p { color: rgb(134,92,146); }
H1.HeaderClassName
{
color: #865C92;
}
.AnyTagClassName
{
color: #865C92;
}
</style>
background-color css
<style>
a { background-color: #865C92; }
a { background-color: rgb(134,92,146); }
div.DivClassName
{
background-color: #865C92;
}
.BgClassName
{
background-color: #865C92;
}
</style>
border-color css
<style>
span { border-color: #865C92; }
span { border-color: rgb(134,92,146); }
td.TdClassName
{
border-color: #865C92;
}
.TagClassName
{
border-color: #865C92;
}
</style>