Shades of Ce Soir #9876AC
Tints of Ce Soir #9876AC
RGB
CMYK
RGB Variations
Color information
#9876AC (or 0x9876AC) is known color: Ce Soir. HEX triplet: 98, 76 and AC. RGB value is (152,118,172). Sum of RGB (Red+Green+Blue) = 152+118+172=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #9876AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9876AC is #678953. Grayscale: #868686. Windows color (decimal): -6785364 or 11302552. OLE color: 11302552.
HSL color Cylindrical-coordinate representation of color #9876AC: hue angle of 277.78º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9876AC is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 118 | 172 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.33 |
| HSL | 277.78º | 0.25% | 0.57% | - |
| HSV(B) | 277.78º | 0.31% | 0.67% | - |
| XYZ | 26.87 | 22.61 | 41.98 | - |
| YUV | 134.32 | 149.26 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 172 | 0.12 | 0.31 | 0 | 0.33 | 277.78 | 0.25 | 0.57 |
| Hex | 98 | 76 | AC | C | 1F | 0 | 21 | 116 | 19 | 39 |
| Octal | 230 | 166 | 254 | 14 | 37 | 0 | 41 | 426 | 31 | 71 |
| Binary | 10011000 | 1110110 | 10101100 | 1100 | 11111 | 0 | 100001 | 100010110 | 11001 | 111001 |
Color Harmonies of #9876AC
Complementary color
Monochromatic Colors of #9876AC
Black with #9876AC
Text Example
Text Example
White with #9876AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9876AC; }
p { color: rgb(152,118,172); }
H1.HeaderClassName
{
color: #9876AC;
}
.AnyTagClassName
{
color: #9876AC;
}
</style>
background-color css
<style>
a { background-color: #9876AC; }
a { background-color: rgb(152,118,172); }
div.DivClassName
{
background-color: #9876AC;
}
.BgClassName
{
background-color: #9876AC;
}
</style>
border-color css
<style>
span { border-color: #9876AC; }
span { border-color: rgb(152,118,172); }
td.TdClassName
{
border-color: #9876AC;
}
.TagClassName
{
border-color: #9876AC;
}
</style>