Shades of Ce Soir #8660A7
Tints of Ce Soir #8660A7
RGB
CMYK
RGB Variations
Color information
#8660A7 (or 0x8660A7) is known color: Ce Soir. HEX triplet: 86, 60 and A7. RGB value is (134,96,167). Sum of RGB (Red+Green+Blue) = 134+96+167=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 167 (65.62% from 255 or 42.07% from 397); Max value from RGB is 167 - color contains mainly: blue. Hex color #8660A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8660A7 is #799F58. Grayscale: #737373. Windows color (decimal): -7970649 or 10969222. OLE color: 10969222.
HSL color Cylindrical-coordinate representation of color #8660A7: hue angle of 272.11º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8660A7 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 96 | 167 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.35 |
| HSL | 272.11º | 0.29% | 0.52% | - |
| HSV(B) | 272.11º | 0.43% | 0.65% | - |
| XYZ | 20.99 | 16.22 | 38.58 | - |
| YUV | 115.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 167 | 0.20 | 0.43 | 0 | 0.35 | 272.11 | 0.29 | 0.52 |
| Hex | 86 | 60 | A7 | 14 | 2B | 0 | 23 | 110 | 1D | 34 |
| Octal | 206 | 140 | 247 | 24 | 53 | 0 | 43 | 420 | 35 | 64 |
| Binary | 10000110 | 1100000 | 10100111 | 10100 | 101011 | 0 | 100011 | 100010000 | 11101 | 110100 |
Color Harmonies of #8660A7
Complementary color
Monochromatic Colors of #8660A7
Black with #8660A7
Text Example
Text Example
White with #8660A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8660A7; }
p { color: rgb(134,96,167); }
H1.HeaderClassName
{
color: #8660A7;
}
.AnyTagClassName
{
color: #8660A7;
}
</style>
background-color css
<style>
a { background-color: #8660A7; }
a { background-color: rgb(134,96,167); }
div.DivClassName
{
background-color: #8660A7;
}
.BgClassName
{
background-color: #8660A7;
}
</style>
border-color css
<style>
span { border-color: #8660A7; }
span { border-color: rgb(134,96,167); }
td.TdClassName
{
border-color: #8660A7;
}
.TagClassName
{
border-color: #8660A7;
}
</style>