Shades of Ce Soir #866AA1
Tints of Ce Soir #866AA1
RGB
CMYK
RGB Variations
Color information
#866AA1 (or 0x866AA1) is known color: Ce Soir. HEX triplet: 86, 6A and A1. RGB value is (134,106,161). Sum of RGB (Red+Green+Blue) = 134+106+161=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 161 - color contains mainly: blue. Hex color #866AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866AA1 is #79955E. Grayscale: #787878. Windows color (decimal): -7968095 or 10578566. OLE color: 10578566.
HSL color Cylindrical-coordinate representation of color #866AA1: hue angle of 270.55º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #866AA1 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 106 | 161 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.37 |
| HSL | 270.55º | 0.23% | 0.52% | - |
| HSV(B) | 270.55º | 0.34% | 0.63% | - |
| XYZ | 21.42 | 17.95 | 36.05 | - |
| YUV | 120.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 106 | 161 | 0.17 | 0.34 | 0 | 0.37 | 270.55 | 0.23 | 0.52 |
| Hex | 86 | 6A | A1 | 11 | 22 | 0 | 25 | 10F | 17 | 34 |
| Octal | 206 | 152 | 241 | 21 | 42 | 0 | 45 | 417 | 27 | 64 |
| Binary | 10000110 | 1101010 | 10100001 | 10001 | 100010 | 0 | 100101 | 100001111 | 10111 | 110100 |
Color Harmonies of #866AA1
Complementary color
Monochromatic Colors of #866AA1
Black with #866AA1
Text Example
Text Example
White with #866AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866AA1; }
p { color: rgb(134,106,161); }
H1.HeaderClassName
{
color: #866AA1;
}
.AnyTagClassName
{
color: #866AA1;
}
</style>
background-color css
<style>
a { background-color: #866AA1; }
a { background-color: rgb(134,106,161); }
div.DivClassName
{
background-color: #866AA1;
}
.BgClassName
{
background-color: #866AA1;
}
</style>
border-color css
<style>
span { border-color: #866AA1; }
span { border-color: rgb(134,106,161); }
td.TdClassName
{
border-color: #866AA1;
}
.TagClassName
{
border-color: #866AA1;
}
</style>