Shades of Ce Soir #9971A3
Tints of Ce Soir #9971A3
RGB
CMYK
RGB Variations
Color information
#9971A3 (or 0x9971A3) is known color: Ce Soir. HEX triplet: 99, 71 and A3. RGB value is (153,113,163). Sum of RGB (Red+Green+Blue) = 153+113+163=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 163 (64.06% from 255 or 38.00% from 429); Max value from RGB is 163 - color contains mainly: blue. Hex color #9971A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9971A3 is #668E5C. Grayscale: #828282. Windows color (decimal): -6721117 or 10711449. OLE color: 10711449.
HSL color Cylindrical-coordinate representation of color #9971A3: hue angle of 288º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9971A3 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 113 | 163 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.36 |
| HSL | 288º | 0.21% | 0.54% | - |
| HSV(B) | 288º | 0.31% | 0.64% | - |
| XYZ | 25.65 | 21.23 | 37.4 | - |
| YUV | 130.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 163 | 0.06 | 0.31 | 0 | 0.36 | 288 | 0.21 | 0.54 |
| Hex | 99 | 71 | A3 | 6 | 1F | 0 | 24 | 120 | 15 | 36 |
| Octal | 231 | 161 | 243 | 6 | 37 | 0 | 44 | 440 | 25 | 66 |
| Binary | 10011001 | 1110001 | 10100011 | 110 | 11111 | 0 | 100100 | 100100000 | 10101 | 110110 |
Color Harmonies of #9971A3
Complementary color
Monochromatic Colors of #9971A3
Black with #9971A3
Text Example
Text Example
White with #9971A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9971A3; }
p { color: rgb(153,113,163); }
H1.HeaderClassName
{
color: #9971A3;
}
.AnyTagClassName
{
color: #9971A3;
}
</style>
background-color css
<style>
a { background-color: #9971A3; }
a { background-color: rgb(153,113,163); }
div.DivClassName
{
background-color: #9971A3;
}
.BgClassName
{
background-color: #9971A3;
}
</style>
border-color css
<style>
span { border-color: #9971A3; }
span { border-color: rgb(153,113,163); }
td.TdClassName
{
border-color: #9971A3;
}
.TagClassName
{
border-color: #9971A3;
}
</style>