Shades of Ce Soir #9975AD
Tints of Ce Soir #9975AD
RGB
CMYK
RGB Variations
Color information
#9975AD (or 0x9975AD) is known color: Ce Soir. HEX triplet: 99, 75 and AD. RGB value is (153,117,173). Sum of RGB (Red+Green+Blue) = 153+117+173=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #9975AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9975AD is #668A52. Grayscale: #858585. Windows color (decimal): -6720083 or 11367833. OLE color: 11367833.
HSL color Cylindrical-coordinate representation of color #9975AD: hue angle of 278.57º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9975AD is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 117 | 173 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.32 |
| HSL | 278.57º | 0.25% | 0.57% | - |
| HSV(B) | 278.57º | 0.32% | 0.68% | - |
| XYZ | 27.04 | 22.51 | 42.46 | - |
| YUV | 134.15 | 149.93 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 173 | 0.12 | 0.32 | 0 | 0.32 | 278.57 | 0.25 | 0.57 |
| Hex | 99 | 75 | AD | C | 20 | 0 | 20 | 117 | 19 | 39 |
| Octal | 231 | 165 | 255 | 14 | 40 | 0 | 40 | 427 | 31 | 71 |
| Binary | 10011001 | 1110101 | 10101101 | 1100 | 100000 | 0 | 100000 | 100010111 | 11001 | 111001 |
Color Harmonies of #9975AD
Complementary color
Monochromatic Colors of #9975AD
Black with #9975AD
Text Example
Text Example
White with #9975AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9975AD; }
p { color: rgb(153,117,173); }
H1.HeaderClassName
{
color: #9975AD;
}
.AnyTagClassName
{
color: #9975AD;
}
</style>
background-color css
<style>
a { background-color: #9975AD; }
a { background-color: rgb(153,117,173); }
div.DivClassName
{
background-color: #9975AD;
}
.BgClassName
{
background-color: #9975AD;
}
</style>
border-color css
<style>
span { border-color: #9975AD; }
span { border-color: rgb(153,117,173); }
td.TdClassName
{
border-color: #9975AD;
}
.TagClassName
{
border-color: #9975AD;
}
</style>