Shades of Ce Soir #996CAC
Tints of Ce Soir #996CAC
RGB
CMYK
RGB Variations
Color information
#996CAC (or 0x996CAC) is known color: Ce Soir. HEX triplet: 99, 6C and AC. RGB value is (153,108,172). Sum of RGB (Red+Green+Blue) = 153+108+172=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #996CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996CAC is #669353. Grayscale: #808080. Windows color (decimal): -6722388 or 11299993. OLE color: 11299993.
HSL color Cylindrical-coordinate representation of color #996CAC: hue angle of 282.19º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996CAC is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 108 | 172 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.33 |
| HSL | 282.19º | 0.28% | 0.55% | - |
| HSV(B) | 282.19º | 0.37% | 0.67% | - |
| XYZ | 25.95 | 20.48 | 41.61 | - |
| YUV | 128.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 172 | 0.11 | 0.37 | 0 | 0.33 | 282.19 | 0.28 | 0.55 |
| Hex | 99 | 6C | AC | B | 25 | 0 | 21 | 11A | 1C | 37 |
| Octal | 231 | 154 | 254 | 13 | 45 | 0 | 41 | 432 | 34 | 67 |
| Binary | 10011001 | 1101100 | 10101100 | 1011 | 100101 | 0 | 100001 | 100011010 | 11100 | 110111 |
Color Harmonies of #996CAC
Complementary color
Monochromatic Colors of #996CAC
Black with #996CAC
Text Example
Text Example
White with #996CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996CAC; }
p { color: rgb(153,108,172); }
H1.HeaderClassName
{
color: #996CAC;
}
.AnyTagClassName
{
color: #996CAC;
}
</style>
background-color css
<style>
a { background-color: #996CAC; }
a { background-color: rgb(153,108,172); }
div.DivClassName
{
background-color: #996CAC;
}
.BgClassName
{
background-color: #996CAC;
}
</style>
border-color css
<style>
span { border-color: #996CAC; }
span { border-color: rgb(153,108,172); }
td.TdClassName
{
border-color: #996CAC;
}
.TagClassName
{
border-color: #996CAC;
}
</style>