Shades of Ce Soir #9972AB
Tints of Ce Soir #9972AB
RGB
CMYK
RGB Variations
Color information
#9972AB (or 0x9972AB) is known color: Ce Soir. HEX triplet: 99, 72 and AB. RGB value is (153,114,171). Sum of RGB (Red+Green+Blue) = 153+114+171=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #9972AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9972AB is #668D54. Grayscale: #838383. Windows color (decimal): -6720853 or 11235993. OLE color: 11235993.
HSL color Cylindrical-coordinate representation of color #9972AB: hue angle of 281.05º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9972AB is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 114 | 171 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.33 |
| HSL | 281.05º | 0.25% | 0.56% | - |
| HSV(B) | 281.05º | 0.33% | 0.67% | - |
| XYZ | 26.5 | 21.75 | 41.33 | - |
| YUV | 132.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 171 | 0.11 | 0.33 | 0 | 0.33 | 281.05 | 0.25 | 0.56 |
| Hex | 99 | 72 | AB | B | 21 | 0 | 21 | 119 | 19 | 38 |
| Octal | 231 | 162 | 253 | 13 | 41 | 0 | 41 | 431 | 31 | 70 |
| Binary | 10011001 | 1110010 | 10101011 | 1011 | 100001 | 0 | 100001 | 100011001 | 11001 | 111000 |
Color Harmonies of #9972AB
Complementary color
Monochromatic Colors of #9972AB
Black with #9972AB
Text Example
Text Example
White with #9972AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9972AB; }
p { color: rgb(153,114,171); }
H1.HeaderClassName
{
color: #9972AB;
}
.AnyTagClassName
{
color: #9972AB;
}
</style>
background-color css
<style>
a { background-color: #9972AB; }
a { background-color: rgb(153,114,171); }
div.DivClassName
{
background-color: #9972AB;
}
.BgClassName
{
background-color: #9972AB;
}
</style>
border-color css
<style>
span { border-color: #9972AB; }
span { border-color: rgb(153,114,171); }
td.TdClassName
{
border-color: #9972AB;
}
.TagClassName
{
border-color: #9972AB;
}
</style>