Shades of Ce Soir #865DAF
Tints of Ce Soir #865DAF
RGB
CMYK
RGB Variations
Color information
#865DAF (or 0x865DAF) is known color: Ce Soir. HEX triplet: 86, 5D and AF. RGB value is (134,93,175). Sum of RGB (Red+Green+Blue) = 134+93+175=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #865DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865DAF is #79A250. Grayscale: #727272. Windows color (decimal): -7971409 or 11492742. OLE color: 11492742.
HSL color Cylindrical-coordinate representation of color #865DAF: hue angle of 270º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #865DAF is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 93 | 175 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.31 |
| HSL | 270º | 0.34% | 0.53% | - |
| HSV(B) | 270º | 0.47% | 0.69% | - |
| XYZ | 21.48 | 15.99 | 42.51 | - |
| YUV | 114.61 | 162.08 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 175 | 0.23 | 0.47 | 0 | 0.31 | 270 | 0.34 | 0.53 |
| Hex | 86 | 5D | AF | 17 | 2F | 0 | 1F | 10E | 22 | 35 |
| Octal | 206 | 135 | 257 | 27 | 57 | 0 | 37 | 416 | 42 | 65 |
| Binary | 10000110 | 1011101 | 10101111 | 10111 | 101111 | 0 | 11111 | 100001110 | 100010 | 110101 |
Color Harmonies of #865DAF
Complementary color
Monochromatic Colors of #865DAF
Black with #865DAF
Text Example
Text Example
White with #865DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865DAF; }
p { color: rgb(134,93,175); }
H1.HeaderClassName
{
color: #865DAF;
}
.AnyTagClassName
{
color: #865DAF;
}
</style>
background-color css
<style>
a { background-color: #865DAF; }
a { background-color: rgb(134,93,175); }
div.DivClassName
{
background-color: #865DAF;
}
.BgClassName
{
background-color: #865DAF;
}
</style>
border-color css
<style>
span { border-color: #865DAF; }
span { border-color: rgb(134,93,175); }
td.TdClassName
{
border-color: #865DAF;
}
.TagClassName
{
border-color: #865DAF;
}
</style>