Shades of Ce Soir #9877AB
Tints of Ce Soir #9877AB
RGB
CMYK
RGB Variations
Color information
#9877AB (or 0x9877AB) is known color: Ce Soir. HEX triplet: 98, 77 and AB. RGB value is (152,119,171). Sum of RGB (Red+Green+Blue) = 152+119+171=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #9877AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9877AB is #678854. Grayscale: #868686. Windows color (decimal): -6785109 or 11237272. OLE color: 11237272.
HSL color Cylindrical-coordinate representation of color #9877AB: hue angle of 278.08º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9877AB is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 119 | 171 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.33 |
| HSL | 278.08º | 0.24% | 0.57% | - |
| HSV(B) | 278.08º | 0.3% | 0.67% | - |
| XYZ | 26.9 | 22.81 | 41.51 | - |
| YUV | 134.8 | 148.43 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 171 | 0.11 | 0.30 | 0 | 0.33 | 278.08 | 0.24 | 0.57 |
| Hex | 98 | 77 | AB | B | 1E | 0 | 21 | 116 | 18 | 39 |
| Octal | 230 | 167 | 253 | 13 | 36 | 0 | 41 | 426 | 30 | 71 |
| Binary | 10011000 | 1110111 | 10101011 | 1011 | 11110 | 0 | 100001 | 100010110 | 11000 | 111001 |
Color Harmonies of #9877AB
Complementary color
Monochromatic Colors of #9877AB
Black with #9877AB
Text Example
Text Example
White with #9877AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9877AB; }
p { color: rgb(152,119,171); }
H1.HeaderClassName
{
color: #9877AB;
}
.AnyTagClassName
{
color: #9877AB;
}
</style>
background-color css
<style>
a { background-color: #9877AB; }
a { background-color: rgb(152,119,171); }
div.DivClassName
{
background-color: #9877AB;
}
.BgClassName
{
background-color: #9877AB;
}
</style>
border-color css
<style>
span { border-color: #9877AB; }
span { border-color: rgb(152,119,171); }
td.TdClassName
{
border-color: #9877AB;
}
.TagClassName
{
border-color: #9877AB;
}
</style>