Shades of Ce Soir #866F9B
Tints of Ce Soir #866F9B
RGB
CMYK
RGB Variations
Color information
#866F9B (or 0x866F9B) is known color: Ce Soir. HEX triplet: 86, 6F and 9B. RGB value is (134,111,155). Sum of RGB (Red+Green+Blue) = 134+111+155=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #866F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866F9B is #799064. Grayscale: #7A7A7A. Windows color (decimal): -7966821 or 10186630. OLE color: 10186630.
HSL color Cylindrical-coordinate representation of color #866F9B: hue angle of 271.36º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #866F9B is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 111 | 155 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.39 |
| HSL | 271.36º | 0.18% | 0.52% | - |
| HSV(B) | 271.36º | 0.28% | 0.61% | - |
| XYZ | 21.43 | 18.8 | 33.51 | - |
| YUV | 122.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 155 | 0.14 | 0.28 | 0 | 0.39 | 271.36 | 0.18 | 0.52 |
| Hex | 86 | 6F | 9B | E | 1C | 0 | 27 | 10F | 12 | 34 |
| Octal | 206 | 157 | 233 | 16 | 34 | 0 | 47 | 417 | 22 | 64 |
| Binary | 10000110 | 1101111 | 10011011 | 1110 | 11100 | 0 | 100111 | 100001111 | 10010 | 110100 |
Color Harmonies of #866F9B
Complementary color
Monochromatic Colors of #866F9B
Black with #866F9B
Text Example
Text Example
White with #866F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866F9B; }
p { color: rgb(134,111,155); }
H1.HeaderClassName
{
color: #866F9B;
}
.AnyTagClassName
{
color: #866F9B;
}
</style>
background-color css
<style>
a { background-color: #866F9B; }
a { background-color: rgb(134,111,155); }
div.DivClassName
{
background-color: #866F9B;
}
.BgClassName
{
background-color: #866F9B;
}
</style>
border-color css
<style>
span { border-color: #866F9B; }
span { border-color: rgb(134,111,155); }
td.TdClassName
{
border-color: #866F9B;
}
.TagClassName
{
border-color: #866F9B;
}
</style>