Shades of Ce Soir #996FA6
Tints of Ce Soir #996FA6
RGB
CMYK
RGB Variations
Color information
#996FA6 (or 0x996FA6) is known color: Ce Soir. HEX triplet: 99, 6F and A6. RGB value is (153,111,166). Sum of RGB (Red+Green+Blue) = 153+111+166=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 166 - color contains mainly: blue. Hex color #996FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996FA6 is #669059. Grayscale: #818181. Windows color (decimal): -6721626 or 10907545. OLE color: 10907545.
HSL color Cylindrical-coordinate representation of color #996FA6: hue angle of 285.82º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996FA6 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 111 | 166 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.35 |
| HSL | 285.82º | 0.24% | 0.54% | - |
| HSV(B) | 285.82º | 0.33% | 0.65% | - |
| XYZ | 25.7 | 20.89 | 38.75 | - |
| YUV | 129.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 166 | 0.08 | 0.33 | 0 | 0.35 | 285.82 | 0.24 | 0.54 |
| Hex | 99 | 6F | A6 | 8 | 21 | 0 | 23 | 11E | 18 | 36 |
| Octal | 231 | 157 | 246 | 10 | 41 | 0 | 43 | 436 | 30 | 66 |
| Binary | 10011001 | 1101111 | 10100110 | 1000 | 100001 | 0 | 100011 | 100011110 | 11000 | 110110 |
Color Harmonies of #996FA6
Complementary color
Monochromatic Colors of #996FA6
Black with #996FA6
Text Example
Text Example
White with #996FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FA6; }
p { color: rgb(153,111,166); }
H1.HeaderClassName
{
color: #996FA6;
}
.AnyTagClassName
{
color: #996FA6;
}
</style>
background-color css
<style>
a { background-color: #996FA6; }
a { background-color: rgb(153,111,166); }
div.DivClassName
{
background-color: #996FA6;
}
.BgClassName
{
background-color: #996FA6;
}
</style>
border-color css
<style>
span { border-color: #996FA6; }
span { border-color: rgb(153,111,166); }
td.TdClassName
{
border-color: #996FA6;
}
.TagClassName
{
border-color: #996FA6;
}
</style>