Shades of Affair #865A93
Tints of Affair #865A93
RGB
CMYK
RGB Variations
Color information
#865A93 (or 0x865A93) is known color: Affair. HEX triplet: 86, 5A and 93. RGB value is (134,90,147). Sum of RGB (Red+Green+Blue) = 134+90+147=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 147 - color contains mainly: blue. Hex color #865A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865A93 is #79A56C. Grayscale: #6D6D6D. Windows color (decimal): -7972205 or 9656966. OLE color: 9656966.
HSL color Cylindrical-coordinate representation of color #865A93: hue angle of 286.32º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #865A93 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 90 | 147 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.42 |
| HSL | 286.32º | 0.24% | 0.46% | - |
| HSV(B) | 286.32º | 0.39% | 0.58% | - |
| XYZ | 18.75 | 14.49 | 29.41 | - |
| YUV | 109.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 147 | 0.09 | 0.39 | 0 | 0.42 | 286.32 | 0.24 | 0.46 |
| Hex | 86 | 5A | 93 | 9 | 27 | 0 | 2A | 11E | 18 | 2E |
| Octal | 206 | 132 | 223 | 11 | 47 | 0 | 52 | 436 | 30 | 56 |
| Binary | 10000110 | 1011010 | 10010011 | 1001 | 100111 | 0 | 101010 | 100011110 | 11000 | 101110 |
Color Harmonies of #865A93
Complementary color
Monochromatic Colors of #865A93
Black with #865A93
Text Example
Text Example
White with #865A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865A93; }
p { color: rgb(134,90,147); }
H1.HeaderClassName
{
color: #865A93;
}
.AnyTagClassName
{
color: #865A93;
}
</style>
background-color css
<style>
a { background-color: #865A93; }
a { background-color: rgb(134,90,147); }
div.DivClassName
{
background-color: #865A93;
}
.BgClassName
{
background-color: #865A93;
}
</style>
border-color css
<style>
span { border-color: #865A93; }
span { border-color: rgb(134,90,147); }
td.TdClassName
{
border-color: #865A93;
}
.TagClassName
{
border-color: #865A93;
}
</style>