Shades of Ce Soir #9868A9
Tints of Ce Soir #9868A9
RGB
CMYK
RGB Variations
Color information
#9868A9 (or 0x9868A9) is known color: Ce Soir. HEX triplet: 98, 68 and A9. RGB value is (152,104,169). Sum of RGB (Red+Green+Blue) = 152+104+169=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 169 - color contains mainly: blue. Hex color #9868A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9868A9 is #679756. Grayscale: #7D7D7D. Windows color (decimal): -6788951 or 11102360. OLE color: 11102360.
HSL color Cylindrical-coordinate representation of color #9868A9: hue angle of 284.31º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9868A9 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 104 | 169 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.34 |
| HSL | 284.31º | 0.27% | 0.54% | - |
| HSV(B) | 284.31º | 0.38% | 0.66% | - |
| XYZ | 25.06 | 19.44 | 39.97 | - |
| YUV | 125.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 169 | 0.10 | 0.38 | 0 | 0.34 | 284.31 | 0.27 | 0.54 |
| Hex | 98 | 68 | A9 | A | 26 | 0 | 22 | 11C | 1B | 36 |
| Octal | 230 | 150 | 251 | 12 | 46 | 0 | 42 | 434 | 33 | 66 |
| Binary | 10011000 | 1101000 | 10101001 | 1010 | 100110 | 0 | 100010 | 100011100 | 11011 | 110110 |
Color Harmonies of #9868A9
Complementary color
Monochromatic Colors of #9868A9
Black with #9868A9
Text Example
Text Example
White with #9868A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9868A9; }
p { color: rgb(152,104,169); }
H1.HeaderClassName
{
color: #9868A9;
}
.AnyTagClassName
{
color: #9868A9;
}
</style>
background-color css
<style>
a { background-color: #9868A9; }
a { background-color: rgb(152,104,169); }
div.DivClassName
{
background-color: #9868A9;
}
.BgClassName
{
background-color: #9868A9;
}
</style>
border-color css
<style>
span { border-color: #9868A9; }
span { border-color: rgb(152,104,169); }
td.TdClassName
{
border-color: #9868A9;
}
.TagClassName
{
border-color: #9868A9;
}
</style>