Shades of Ce Soir #996FA1
Tints of Ce Soir #996FA1
RGB
CMYK
RGB Variations
Color information
#996FA1 (or 0x996FA1) is known color: Ce Soir. HEX triplet: 99, 6F and A1. RGB value is (153,111,161). Sum of RGB (Red+Green+Blue) = 153+111+161=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 161 - color contains mainly: blue. Hex color #996FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996FA1 is #66905E. Grayscale: #818181. Windows color (decimal): -6721631 or 10579865. OLE color: 10579865.
HSL color Cylindrical-coordinate representation of color #996FA1: hue angle of 290.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996FA1 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 111 | 161 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.37 |
| HSL | 290.4º | 0.21% | 0.53% | - |
| HSV(B) | 290.4º | 0.31% | 0.63% | - |
| XYZ | 25.25 | 20.71 | 36.39 | - |
| YUV | 129.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 161 | 0.05 | 0.31 | 0 | 0.37 | 290.4 | 0.21 | 0.53 |
| Hex | 99 | 6F | A1 | 5 | 1F | 0 | 25 | 122 | 15 | 35 |
| Octal | 231 | 157 | 241 | 5 | 37 | 0 | 45 | 442 | 25 | 65 |
| Binary | 10011001 | 1101111 | 10100001 | 101 | 11111 | 0 | 100101 | 100100010 | 10101 | 110101 |
Color Harmonies of #996FA1
Complementary color
Monochromatic Colors of #996FA1
Black with #996FA1
Text Example
Text Example
White with #996FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FA1; }
p { color: rgb(153,111,161); }
H1.HeaderClassName
{
color: #996FA1;
}
.AnyTagClassName
{
color: #996FA1;
}
</style>
background-color css
<style>
a { background-color: #996FA1; }
a { background-color: rgb(153,111,161); }
div.DivClassName
{
background-color: #996FA1;
}
.BgClassName
{
background-color: #996FA1;
}
</style>
border-color css
<style>
span { border-color: #996FA1; }
span { border-color: rgb(153,111,161); }
td.TdClassName
{
border-color: #996FA1;
}
.TagClassName
{
border-color: #996FA1;
}
</style>