Shades of Ce Soir #866B93
Tints of Ce Soir #866B93
RGB
CMYK
RGB Variations
Color information
#866B93 (or 0x866B93) is known color: Ce Soir. HEX triplet: 86, 6B and 93. RGB value is (134,107,147). Sum of RGB (Red+Green+Blue) = 134+107+147=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 147 - color contains mainly: blue. Hex color #866B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866B93 is #79946C. Grayscale: #777777. Windows color (decimal): -7967853 or 9661318. OLE color: 9661318.
HSL color Cylindrical-coordinate representation of color #866B93: hue angle of 280.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #866B93 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 107 | 147 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.42 |
| HSL | 280.5º | 0.16% | 0.5% | - |
| HSV(B) | 280.5º | 0.27% | 0.58% | - |
| XYZ | 20.36 | 17.69 | 29.95 | - |
| YUV | 119.63 | 143.45 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 147 | 0.09 | 0.27 | 0 | 0.42 | 280.5 | 0.16 | 0.5 |
| Hex | 86 | 6B | 93 | 9 | 1B | 0 | 2A | 118 | 10 | 32 |
| Octal | 206 | 153 | 223 | 11 | 33 | 0 | 52 | 430 | 20 | 62 |
| Binary | 10000110 | 1101011 | 10010011 | 1001 | 11011 | 0 | 101010 | 100011000 | 10000 | 110010 |
Color Harmonies of #866B93
Complementary color
Monochromatic Colors of #866B93
Black with #866B93
Text Example
Text Example
White with #866B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866B93; }
p { color: rgb(134,107,147); }
H1.HeaderClassName
{
color: #866B93;
}
.AnyTagClassName
{
color: #866B93;
}
</style>
background-color css
<style>
a { background-color: #866B93; }
a { background-color: rgb(134,107,147); }
div.DivClassName
{
background-color: #866B93;
}
.BgClassName
{
background-color: #866B93;
}
</style>
border-color css
<style>
span { border-color: #866B93; }
span { border-color: rgb(134,107,147); }
td.TdClassName
{
border-color: #866B93;
}
.TagClassName
{
border-color: #866B93;
}
</style>