Shades of Ce Soir #9869A3
Tints of Ce Soir #9869A3
RGB
CMYK
RGB Variations
Color information
#9869A3 (or 0x9869A3) is known color: Ce Soir. HEX triplet: 98, 69 and A3. RGB value is (152,105,163). Sum of RGB (Red+Green+Blue) = 152+105+163=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 163 - color contains mainly: blue. Hex color #9869A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9869A3 is #67965C. Grayscale: #7D7D7D. Windows color (decimal): -6788701 or 10709400. OLE color: 10709400.
HSL color Cylindrical-coordinate representation of color #9869A3: hue angle of 288.62º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9869A3 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 105 | 163 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.36 |
| HSL | 288.62º | 0.24% | 0.53% | - |
| HSV(B) | 288.62º | 0.36% | 0.64% | - |
| XYZ | 24.61 | 19.42 | 37.1 | - |
| YUV | 125.67 | 149.07 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 163 | 0.07 | 0.36 | 0 | 0.36 | 288.62 | 0.24 | 0.53 |
| Hex | 98 | 69 | A3 | 7 | 24 | 0 | 24 | 121 | 18 | 35 |
| Octal | 230 | 151 | 243 | 7 | 44 | 0 | 44 | 441 | 30 | 65 |
| Binary | 10011000 | 1101001 | 10100011 | 111 | 100100 | 0 | 100100 | 100100001 | 11000 | 110101 |
Color Harmonies of #9869A3
Complementary color
Monochromatic Colors of #9869A3
Black with #9869A3
Text Example
Text Example
White with #9869A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9869A3; }
p { color: rgb(152,105,163); }
H1.HeaderClassName
{
color: #9869A3;
}
.AnyTagClassName
{
color: #9869A3;
}
</style>
background-color css
<style>
a { background-color: #9869A3; }
a { background-color: rgb(152,105,163); }
div.DivClassName
{
background-color: #9869A3;
}
.BgClassName
{
background-color: #9869A3;
}
</style>
border-color css
<style>
span { border-color: #9869A3; }
span { border-color: rgb(152,105,163); }
td.TdClassName
{
border-color: #9869A3;
}
.TagClassName
{
border-color: #9869A3;
}
</style>