Shades of Ce Soir #996DB0
Tints of Ce Soir #996DB0
RGB
CMYK
RGB Variations
Color information
#996DB0 (or 0x996DB0) is known color: Ce Soir. HEX triplet: 99, 6D and B0. RGB value is (153,109,176). Sum of RGB (Red+Green+Blue) = 153+109+176=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 176 - color contains mainly: blue. Hex color #996DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996DB0 is #66924F. Grayscale: #818181. Windows color (decimal): -6722128 or 11562393. OLE color: 11562393.
HSL color Cylindrical-coordinate representation of color #996DB0: hue angle of 279.4º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #996DB0 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 109 | 176 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.31 |
| HSL | 279.4º | 0.3% | 0.56% | - |
| HSV(B) | 279.4º | 0.38% | 0.69% | - |
| XYZ | 26.44 | 20.84 | 43.7 | - |
| YUV | 129.79 | 154.08 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 176 | 0.13 | 0.38 | 0 | 0.31 | 279.4 | 0.3 | 0.56 |
| Hex | 99 | 6D | B0 | D | 26 | 0 | 1F | 117 | 1E | 38 |
| Octal | 231 | 155 | 260 | 15 | 46 | 0 | 37 | 427 | 36 | 70 |
| Binary | 10011001 | 1101101 | 10110000 | 1101 | 100110 | 0 | 11111 | 100010111 | 11110 | 111000 |
Color Harmonies of #996DB0
Complementary color
Monochromatic Colors of #996DB0
Black with #996DB0
Text Example
Text Example
White with #996DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996DB0; }
p { color: rgb(153,109,176); }
H1.HeaderClassName
{
color: #996DB0;
}
.AnyTagClassName
{
color: #996DB0;
}
</style>
background-color css
<style>
a { background-color: #996DB0; }
a { background-color: rgb(153,109,176); }
div.DivClassName
{
background-color: #996DB0;
}
.BgClassName
{
background-color: #996DB0;
}
</style>
border-color css
<style>
span { border-color: #996DB0; }
span { border-color: rgb(153,109,176); }
td.TdClassName
{
border-color: #996DB0;
}
.TagClassName
{
border-color: #996DB0;
}
</style>