Shades of Ce Soir #865AA6
Tints of Ce Soir #865AA6
RGB
CMYK
RGB Variations
Color information
#865AA6 (or 0x865AA6) is known color: Ce Soir. HEX triplet: 86, 5A and A6. RGB value is (134,90,166). Sum of RGB (Red+Green+Blue) = 134+90+166=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 166 (65.23% from 255 or 42.56% from 390); Max value from RGB is 166 - color contains mainly: blue. Hex color #865AA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865AA6 is #79A559. Grayscale: #6F6F6F. Windows color (decimal): -7972186 or 10902150. OLE color: 10902150.
HSL color Cylindrical-coordinate representation of color #865AA6: hue angle of 274.74º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #865AA6 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 90 | 166 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.35 |
| HSL | 274.74º | 0.3% | 0.5% | - |
| HSV(B) | 274.74º | 0.46% | 0.65% | - |
| XYZ | 20.37 | 15.13 | 37.92 | - |
| YUV | 111.82 | 158.58 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 166 | 0.19 | 0.46 | 0 | 0.35 | 274.74 | 0.3 | 0.5 |
| Hex | 86 | 5A | A6 | 13 | 2E | 0 | 23 | 113 | 1E | 32 |
| Octal | 206 | 132 | 246 | 23 | 56 | 0 | 43 | 423 | 36 | 62 |
| Binary | 10000110 | 1011010 | 10100110 | 10011 | 101110 | 0 | 100011 | 100010011 | 11110 | 110010 |
Color Harmonies of #865AA6
Complementary color
Monochromatic Colors of #865AA6
Black with #865AA6
Text Example
Text Example
White with #865AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865AA6; }
p { color: rgb(134,90,166); }
H1.HeaderClassName
{
color: #865AA6;
}
.AnyTagClassName
{
color: #865AA6;
}
</style>
background-color css
<style>
a { background-color: #865AA6; }
a { background-color: rgb(134,90,166); }
div.DivClassName
{
background-color: #865AA6;
}
.BgClassName
{
background-color: #865AA6;
}
</style>
border-color css
<style>
span { border-color: #865AA6; }
span { border-color: rgb(134,90,166); }
td.TdClassName
{
border-color: #865AA6;
}
.TagClassName
{
border-color: #865AA6;
}
</style>