Shades of Ce Soir #996DAD
Tints of Ce Soir #996DAD
RGB
CMYK
RGB Variations
Color information
#996DAD (or 0x996DAD) is known color: Ce Soir. HEX triplet: 99, 6D and AD. RGB value is (153,109,173). Sum of RGB (Red+Green+Blue) = 153+109+173=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #996DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996DAD is #669252. Grayscale: #818181. Windows color (decimal): -6722131 or 11365785. OLE color: 11365785.
HSL color Cylindrical-coordinate representation of color #996DAD: hue angle of 281.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996DAD is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 109 | 173 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.32 |
| HSL | 281.25º | 0.28% | 0.55% | - |
| HSV(B) | 281.25º | 0.37% | 0.68% | - |
| XYZ | 26.15 | 20.73 | 42.16 | - |
| YUV | 129.45 | 152.58 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 173 | 0.12 | 0.37 | 0 | 0.32 | 281.25 | 0.28 | 0.55 |
| Hex | 99 | 6D | AD | C | 25 | 0 | 20 | 119 | 1C | 37 |
| Octal | 231 | 155 | 255 | 14 | 45 | 0 | 40 | 431 | 34 | 67 |
| Binary | 10011001 | 1101101 | 10101101 | 1100 | 100101 | 0 | 100000 | 100011001 | 11100 | 110111 |
Color Harmonies of #996DAD
Complementary color
Monochromatic Colors of #996DAD
Black with #996DAD
Text Example
Text Example
White with #996DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996DAD; }
p { color: rgb(153,109,173); }
H1.HeaderClassName
{
color: #996DAD;
}
.AnyTagClassName
{
color: #996DAD;
}
</style>
background-color css
<style>
a { background-color: #996DAD; }
a { background-color: rgb(153,109,173); }
div.DivClassName
{
background-color: #996DAD;
}
.BgClassName
{
background-color: #996DAD;
}
</style>
border-color css
<style>
span { border-color: #996DAD; }
span { border-color: rgb(153,109,173); }
td.TdClassName
{
border-color: #996DAD;
}
.TagClassName
{
border-color: #996DAD;
}
</style>