Shades of Ce Soir #996AAC
Tints of Ce Soir #996AAC
RGB
CMYK
RGB Variations
Color information
#996AAC (or 0x996AAC) is known color: Ce Soir. HEX triplet: 99, 6A and AC. RGB value is (153,106,172). Sum of RGB (Red+Green+Blue) = 153+106+172=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #996AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996AAC is #669553. Grayscale: #7F7F7F. Windows color (decimal): -6722900 or 11299481. OLE color: 11299481.
HSL color Cylindrical-coordinate representation of color #996AAC: hue angle of 282.73º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #996AAC is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 106 | 172 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.33 |
| HSL | 282.73º | 0.28% | 0.55% | - |
| HSV(B) | 282.73º | 0.38% | 0.67% | - |
| XYZ | 25.74 | 20.06 | 41.54 | - |
| YUV | 127.58 | 153.07 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 172 | 0.11 | 0.38 | 0 | 0.33 | 282.73 | 0.28 | 0.55 |
| Hex | 99 | 6A | AC | B | 26 | 0 | 21 | 11B | 1C | 37 |
| Octal | 231 | 152 | 254 | 13 | 46 | 0 | 41 | 433 | 34 | 67 |
| Binary | 10011001 | 1101010 | 10101100 | 1011 | 100110 | 0 | 100001 | 100011011 | 11100 | 110111 |
Color Harmonies of #996AAC
Complementary color
Monochromatic Colors of #996AAC
Black with #996AAC
Text Example
Text Example
White with #996AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996AAC; }
p { color: rgb(153,106,172); }
H1.HeaderClassName
{
color: #996AAC;
}
.AnyTagClassName
{
color: #996AAC;
}
</style>
background-color css
<style>
a { background-color: #996AAC; }
a { background-color: rgb(153,106,172); }
div.DivClassName
{
background-color: #996AAC;
}
.BgClassName
{
background-color: #996AAC;
}
</style>
border-color css
<style>
span { border-color: #996AAC; }
span { border-color: rgb(153,106,172); }
td.TdClassName
{
border-color: #996AAC;
}
.TagClassName
{
border-color: #996AAC;
}
</style>