Shades of Ce Soir #9971A5
Tints of Ce Soir #9971A5
RGB
CMYK
RGB Variations
Color information
#9971A5 (or 0x9971A5) is known color: Ce Soir. HEX triplet: 99, 71 and A5. RGB value is (153,113,165). Sum of RGB (Red+Green+Blue) = 153+113+165=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 165 - color contains mainly: blue. Hex color #9971A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9971A5 is #668E5A. Grayscale: #828282. Windows color (decimal): -6721115 or 10842521. OLE color: 10842521.
HSL color Cylindrical-coordinate representation of color #9971A5: hue angle of 286.15º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9971A5 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 113 | 165 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.35 |
| HSL | 286.15º | 0.22% | 0.55% | - |
| HSV(B) | 286.15º | 0.32% | 0.65% | - |
| XYZ | 25.83 | 21.3 | 38.35 | - |
| YUV | 130.89 | 147.25 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 165 | 0.07 | 0.32 | 0 | 0.35 | 286.15 | 0.22 | 0.55 |
| Hex | 99 | 71 | A5 | 7 | 20 | 0 | 23 | 11E | 16 | 37 |
| Octal | 231 | 161 | 245 | 7 | 40 | 0 | 43 | 436 | 26 | 67 |
| Binary | 10011001 | 1110001 | 10100101 | 111 | 100000 | 0 | 100011 | 100011110 | 10110 | 110111 |
Color Harmonies of #9971A5
Complementary color
Monochromatic Colors of #9971A5
Black with #9971A5
Text Example
Text Example
White with #9971A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9971A5; }
p { color: rgb(153,113,165); }
H1.HeaderClassName
{
color: #9971A5;
}
.AnyTagClassName
{
color: #9971A5;
}
</style>
background-color css
<style>
a { background-color: #9971A5; }
a { background-color: rgb(153,113,165); }
div.DivClassName
{
background-color: #9971A5;
}
.BgClassName
{
background-color: #9971A5;
}
</style>
border-color css
<style>
span { border-color: #9971A5; }
span { border-color: rgb(153,113,165); }
td.TdClassName
{
border-color: #9971A5;
}
.TagClassName
{
border-color: #9971A5;
}
</style>