Shades of Ce Soir #9972AD
Tints of Ce Soir #9972AD
RGB
CMYK
RGB Variations
Color information
#9972AD (or 0x9972AD) is known color: Ce Soir. HEX triplet: 99, 72 and AD. RGB value is (153,114,173). Sum of RGB (Red+Green+Blue) = 153+114+173=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #9972AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9972AD is #668D52. Grayscale: #848484. Windows color (decimal): -6720851 or 11367065. OLE color: 11367065.
HSL color Cylindrical-coordinate representation of color #9972AD: hue angle of 279.66º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9972AD is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 114 | 173 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.32 |
| HSL | 279.66º | 0.26% | 0.56% | - |
| HSV(B) | 279.66º | 0.34% | 0.68% | - |
| XYZ | 26.7 | 21.82 | 42.34 | - |
| YUV | 132.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 173 | 0.12 | 0.34 | 0 | 0.32 | 279.66 | 0.26 | 0.56 |
| Hex | 99 | 72 | AD | C | 22 | 0 | 20 | 118 | 1A | 38 |
| Octal | 231 | 162 | 255 | 14 | 42 | 0 | 40 | 430 | 32 | 70 |
| Binary | 10011001 | 1110010 | 10101101 | 1100 | 100010 | 0 | 100000 | 100011000 | 11010 | 111000 |
Color Harmonies of #9972AD
Complementary color
Monochromatic Colors of #9972AD
Black with #9972AD
Text Example
Text Example
White with #9972AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9972AD; }
p { color: rgb(153,114,173); }
H1.HeaderClassName
{
color: #9972AD;
}
.AnyTagClassName
{
color: #9972AD;
}
</style>
background-color css
<style>
a { background-color: #9972AD; }
a { background-color: rgb(153,114,173); }
div.DivClassName
{
background-color: #9972AD;
}
.BgClassName
{
background-color: #9972AD;
}
</style>
border-color css
<style>
span { border-color: #9972AD; }
span { border-color: rgb(153,114,173); }
td.TdClassName
{
border-color: #9972AD;
}
.TagClassName
{
border-color: #9972AD;
}
</style>