Shades of Ce Soir #865DA0
Tints of Ce Soir #865DA0
RGB
CMYK
RGB Variations
Color information
#865DA0 (or 0x865DA0) is known color: Ce Soir. HEX triplet: 86, 5D and A0. RGB value is (134,93,160). Sum of RGB (Red+Green+Blue) = 134+93+160=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 160 - color contains mainly: blue. Hex color #865DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865DA0 is #79A25F. Grayscale: #707070. Windows color (decimal): -7971424 or 10509702. OLE color: 10509702.
HSL color Cylindrical-coordinate representation of color #865DA0: hue angle of 276.72º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #865DA0 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 93 | 160 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.37 |
| HSL | 276.72º | 0.26% | 0.5% | - |
| HSV(B) | 276.72º | 0.42% | 0.63% | - |
| XYZ | 20.09 | 15.44 | 35.18 | - |
| YUV | 112.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 160 | 0.16 | 0.42 | 0 | 0.37 | 276.72 | 0.26 | 0.5 |
| Hex | 86 | 5D | A0 | 10 | 2A | 0 | 25 | 115 | 1A | 32 |
| Octal | 206 | 135 | 240 | 20 | 52 | 0 | 45 | 425 | 32 | 62 |
| Binary | 10000110 | 1011101 | 10100000 | 10000 | 101010 | 0 | 100101 | 100010101 | 11010 | 110010 |
Color Harmonies of #865DA0
Complementary color
Monochromatic Colors of #865DA0
Black with #865DA0
Text Example
Text Example
White with #865DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865DA0; }
p { color: rgb(134,93,160); }
H1.HeaderClassName
{
color: #865DA0;
}
.AnyTagClassName
{
color: #865DA0;
}
</style>
background-color css
<style>
a { background-color: #865DA0; }
a { background-color: rgb(134,93,160); }
div.DivClassName
{
background-color: #865DA0;
}
.BgClassName
{
background-color: #865DA0;
}
</style>
border-color css
<style>
span { border-color: #865DA0; }
span { border-color: rgb(134,93,160); }
td.TdClassName
{
border-color: #865DA0;
}
.TagClassName
{
border-color: #865DA0;
}
</style>