Shades of Ce Soir #9970A6
Tints of Ce Soir #9970A6
RGB
CMYK
RGB Variations
Color information
#9970A6 (or 0x9970A6) is known color: Ce Soir. HEX triplet: 99, 70 and A6. RGB value is (153,112,166). Sum of RGB (Red+Green+Blue) = 153+112+166=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 166 - color contains mainly: blue. Hex color #9970A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9970A6 is #668F59. Grayscale: #828282. Windows color (decimal): -6721370 or 10907801. OLE color: 10907801.
HSL color Cylindrical-coordinate representation of color #9970A6: hue angle of 285.56º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9970A6 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 112 | 166 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.35 |
| HSL | 285.56º | 0.23% | 0.55% | - |
| HSV(B) | 285.56º | 0.33% | 0.65% | - |
| XYZ | 25.81 | 21.11 | 38.79 | - |
| YUV | 130.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 166 | 0.08 | 0.33 | 0 | 0.35 | 285.56 | 0.23 | 0.55 |
| Hex | 99 | 70 | A6 | 8 | 21 | 0 | 23 | 11E | 17 | 37 |
| Octal | 231 | 160 | 246 | 10 | 41 | 0 | 43 | 436 | 27 | 67 |
| Binary | 10011001 | 1110000 | 10100110 | 1000 | 100001 | 0 | 100011 | 100011110 | 10111 | 110111 |
Color Harmonies of #9970A6
Complementary color
Monochromatic Colors of #9970A6
Black with #9970A6
Text Example
Text Example
White with #9970A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9970A6; }
p { color: rgb(153,112,166); }
H1.HeaderClassName
{
color: #9970A6;
}
.AnyTagClassName
{
color: #9970A6;
}
</style>
background-color css
<style>
a { background-color: #9970A6; }
a { background-color: rgb(153,112,166); }
div.DivClassName
{
background-color: #9970A6;
}
.BgClassName
{
background-color: #9970A6;
}
</style>
border-color css
<style>
span { border-color: #9970A6; }
span { border-color: rgb(153,112,166); }
td.TdClassName
{
border-color: #9970A6;
}
.TagClassName
{
border-color: #9970A6;
}
</style>