Shades of Ce Soir #996AA6
Tints of Ce Soir #996AA6
RGB
CMYK
RGB Variations
Color information
#996AA6 (or 0x996AA6) is known color: Ce Soir. HEX triplet: 99, 6A and A6. RGB value is (153,106,166). Sum of RGB (Red+Green+Blue) = 153+106+166=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 166 - color contains mainly: blue. Hex color #996AA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996AA6 is #669559. Grayscale: #7E7E7E. Windows color (decimal): -6722906 or 10906265. OLE color: 10906265.
HSL color Cylindrical-coordinate representation of color #996AA6: hue angle of 287º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #996AA6 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 106 | 166 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.35 |
| HSL | 287º | 0.25% | 0.53% | - |
| HSV(B) | 287º | 0.36% | 0.65% | - |
| XYZ | 25.17 | 19.83 | 38.58 | - |
| YUV | 126.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 166 | 0.08 | 0.36 | 0 | 0.35 | 287 | 0.25 | 0.53 |
| Hex | 99 | 6A | A6 | 8 | 24 | 0 | 23 | 11F | 19 | 35 |
| Octal | 231 | 152 | 246 | 10 | 44 | 0 | 43 | 437 | 31 | 65 |
| Binary | 10011001 | 1101010 | 10100110 | 1000 | 100100 | 0 | 100011 | 100011111 | 11001 | 110101 |
Color Harmonies of #996AA6
Complementary color
Monochromatic Colors of #996AA6
Black with #996AA6
Text Example
Text Example
White with #996AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996AA6; }
p { color: rgb(153,106,166); }
H1.HeaderClassName
{
color: #996AA6;
}
.AnyTagClassName
{
color: #996AA6;
}
</style>
background-color css
<style>
a { background-color: #996AA6; }
a { background-color: rgb(153,106,166); }
div.DivClassName
{
background-color: #996AA6;
}
.BgClassName
{
background-color: #996AA6;
}
</style>
border-color css
<style>
span { border-color: #996AA6; }
span { border-color: rgb(153,106,166); }
td.TdClassName
{
border-color: #996AA6;
}
.TagClassName
{
border-color: #996AA6;
}
</style>