Shades of Affair #865D93
Tints of Affair #865D93
RGB
CMYK
RGB Variations
Color information
#865D93 (or 0x865D93) is known color: Affair. HEX triplet: 86, 5D and 93. RGB value is (134,93,147). Sum of RGB (Red+Green+Blue) = 134+93+147=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 147 - color contains mainly: blue. Hex color #865D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865D93 is #79A26C. Grayscale: #6F6F6F. Windows color (decimal): -7971437 or 9657734. OLE color: 9657734.
HSL color Cylindrical-coordinate representation of color #865D93: hue angle of 285.56º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #865D93 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 93 | 147 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.42 |
| HSL | 285.56º | 0.23% | 0.47% | - |
| HSV(B) | 285.56º | 0.37% | 0.58% | - |
| XYZ | 19.01 | 15 | 29.5 | - |
| YUV | 111.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 147 | 0.09 | 0.37 | 0 | 0.42 | 285.56 | 0.23 | 0.47 |
| Hex | 86 | 5D | 93 | 9 | 25 | 0 | 2A | 11E | 16 | 2F |
| Octal | 206 | 135 | 223 | 11 | 45 | 0 | 52 | 436 | 26 | 57 |
| Binary | 10000110 | 1011101 | 10010011 | 1001 | 100101 | 0 | 101010 | 100011110 | 10110 | 101111 |
Color Harmonies of #865D93
Complementary color
Monochromatic Colors of #865D93
Black with #865D93
Text Example
Text Example
White with #865D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D93; }
p { color: rgb(134,93,147); }
H1.HeaderClassName
{
color: #865D93;
}
.AnyTagClassName
{
color: #865D93;
}
</style>
background-color css
<style>
a { background-color: #865D93; }
a { background-color: rgb(134,93,147); }
div.DivClassName
{
background-color: #865D93;
}
.BgClassName
{
background-color: #865D93;
}
</style>
border-color css
<style>
span { border-color: #865D93; }
span { border-color: rgb(134,93,147); }
td.TdClassName
{
border-color: #865D93;
}
.TagClassName
{
border-color: #865D93;
}
</style>