Shades of Ce Soir #9972A5
Tints of Ce Soir #9972A5
RGB
CMYK
RGB Variations
Color information
#9972A5 (or 0x9972A5) is known color: Ce Soir. HEX triplet: 99, 72 and A5. RGB value is (153,114,165). Sum of RGB (Red+Green+Blue) = 153+114+165=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 165 - color contains mainly: blue. Hex color #9972A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9972A5 is #668D5A. Grayscale: #838383. Windows color (decimal): -6720859 or 10842777. OLE color: 10842777.
HSL color Cylindrical-coordinate representation of color #9972A5: hue angle of 285.88º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9972A5 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 114 | 165 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.35 |
| HSL | 285.88º | 0.22% | 0.55% | - |
| HSV(B) | 285.88º | 0.31% | 0.65% | - |
| XYZ | 25.95 | 21.52 | 38.38 | - |
| YUV | 131.48 | 146.92 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 165 | 0.07 | 0.31 | 0 | 0.35 | 285.88 | 0.22 | 0.55 |
| Hex | 99 | 72 | A5 | 7 | 1F | 0 | 23 | 11E | 16 | 37 |
| Octal | 231 | 162 | 245 | 7 | 37 | 0 | 43 | 436 | 26 | 67 |
| Binary | 10011001 | 1110010 | 10100101 | 111 | 11111 | 0 | 100011 | 100011110 | 10110 | 110111 |
Color Harmonies of #9972A5
Complementary color
Monochromatic Colors of #9972A5
Black with #9972A5
Text Example
Text Example
White with #9972A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9972A5; }
p { color: rgb(153,114,165); }
H1.HeaderClassName
{
color: #9972A5;
}
.AnyTagClassName
{
color: #9972A5;
}
</style>
background-color css
<style>
a { background-color: #9972A5; }
a { background-color: rgb(153,114,165); }
div.DivClassName
{
background-color: #9972A5;
}
.BgClassName
{
background-color: #9972A5;
}
</style>
border-color css
<style>
span { border-color: #9972A5; }
span { border-color: rgb(153,114,165); }
td.TdClassName
{
border-color: #9972A5;
}
.TagClassName
{
border-color: #9972A5;
}
</style>