Shades of Ce Soir #9970A1
Tints of Ce Soir #9970A1
RGB
CMYK
RGB Variations
Color information
#9970A1 (or 0x9970A1) is known color: Ce Soir. HEX triplet: 99, 70 and A1. RGB value is (153,112,161). Sum of RGB (Red+Green+Blue) = 153+112+161=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 161 - color contains mainly: blue. Hex color #9970A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9970A1 is #668F5E. Grayscale: #818181. Windows color (decimal): -6721375 or 10580121. OLE color: 10580121.
HSL color Cylindrical-coordinate representation of color #9970A1: hue angle of 290.2º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9970A1 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 112 | 161 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.37 |
| HSL | 290.2º | 0.21% | 0.54% | - |
| HSV(B) | 290.2º | 0.3% | 0.63% | - |
| XYZ | 25.36 | 20.93 | 36.42 | - |
| YUV | 129.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 161 | 0.05 | 0.30 | 0 | 0.37 | 290.2 | 0.21 | 0.54 |
| Hex | 99 | 70 | A1 | 5 | 1E | 0 | 25 | 122 | 15 | 36 |
| Octal | 231 | 160 | 241 | 5 | 36 | 0 | 45 | 442 | 25 | 66 |
| Binary | 10011001 | 1110000 | 10100001 | 101 | 11110 | 0 | 100101 | 100100010 | 10101 | 110110 |
Color Harmonies of #9970A1
Complementary color
Monochromatic Colors of #9970A1
Black with #9970A1
Text Example
Text Example
White with #9970A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9970A1; }
p { color: rgb(153,112,161); }
H1.HeaderClassName
{
color: #9970A1;
}
.AnyTagClassName
{
color: #9970A1;
}
</style>
background-color css
<style>
a { background-color: #9970A1; }
a { background-color: rgb(153,112,161); }
div.DivClassName
{
background-color: #9970A1;
}
.BgClassName
{
background-color: #9970A1;
}
</style>
border-color css
<style>
span { border-color: #9970A1; }
span { border-color: rgb(153,112,161); }
td.TdClassName
{
border-color: #9970A1;
}
.TagClassName
{
border-color: #9970A1;
}
</style>