Shades of Ce Soir #996DAA
Tints of Ce Soir #996DAA
RGB
CMYK
RGB Variations
Color information
#996DAA (or 0x996DAA) is known color: Ce Soir. HEX triplet: 99, 6D and AA. RGB value is (153,109,170). Sum of RGB (Red+Green+Blue) = 153+109+170=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #996DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996DAA is #669255. Grayscale: #808080. Windows color (decimal): -6722134 or 11169177. OLE color: 11169177.
HSL color Cylindrical-coordinate representation of color #996DAA: hue angle of 283.28º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #996DAA is Cyan = 0.1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 109 | 170 | - |
| CMYK | 0.1 | 0.36 | 0 | 0.33 |
| HSL | 283.28º | 0.26% | 0.55% | - |
| HSV(B) | 283.28º | 0.36% | 0.67% | - |
| XYZ | 25.86 | 20.61 | 40.65 | - |
| YUV | 129.11 | 151.08 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 170 | 0.1 | 0.36 | 0 | 0.33 | 283.28 | 0.26 | 0.55 |
| Hex | 99 | 6D | AA | A | 24 | 0 | 21 | 11B | 1A | 37 |
| Octal | 231 | 155 | 252 | 12 | 44 | 0 | 41 | 433 | 32 | 67 |
| Binary | 10011001 | 1101101 | 10101010 | 1010 | 100100 | 0 | 100001 | 100011011 | 11010 | 110111 |
Color Harmonies of #996DAA
Complementary color
Monochromatic Colors of #996DAA
Black with #996DAA
Text Example
Text Example
White with #996DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996DAA; }
p { color: rgb(153,109,170); }
H1.HeaderClassName
{
color: #996DAA;
}
.AnyTagClassName
{
color: #996DAA;
}
</style>
background-color css
<style>
a { background-color: #996DAA; }
a { background-color: rgb(153,109,170); }
div.DivClassName
{
background-color: #996DAA;
}
.BgClassName
{
background-color: #996DAA;
}
</style>
border-color css
<style>
span { border-color: #996DAA; }
span { border-color: rgb(153,109,170); }
td.TdClassName
{
border-color: #996DAA;
}
.TagClassName
{
border-color: #996DAA;
}
</style>