Shades of Ce Soir #996DB1
Tints of Ce Soir #996DB1
RGB
CMYK
RGB Variations
Color information
#996DB1 (or 0x996DB1) is known color: Ce Soir. HEX triplet: 99, 6D and B1. RGB value is (153,109,177). Sum of RGB (Red+Green+Blue) = 153+109+177=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 177 - color contains mainly: blue. Hex color #996DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996DB1 is #66924E. Grayscale: #818181. Windows color (decimal): -6722127 or 11627929. OLE color: 11627929.
HSL color Cylindrical-coordinate representation of color #996DB1: hue angle of 278.82º 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 #996DB1 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 109 | 177 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.31 |
| HSL | 278.82º | 0.3% | 0.56% | - |
| HSV(B) | 278.82º | 0.38% | 0.69% | - |
| XYZ | 26.54 | 20.88 | 44.23 | - |
| YUV | 129.91 | 154.58 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 177 | 0.14 | 0.38 | 0 | 0.31 | 278.82 | 0.3 | 0.56 |
| Hex | 99 | 6D | B1 | E | 26 | 0 | 1F | 117 | 1E | 38 |
| Octal | 231 | 155 | 261 | 16 | 46 | 0 | 37 | 427 | 36 | 70 |
| Binary | 10011001 | 1101101 | 10110001 | 1110 | 100110 | 0 | 11111 | 100010111 | 11110 | 111000 |
Color Harmonies of #996DB1
Complementary color
Monochromatic Colors of #996DB1
Black with #996DB1
Text Example
Text Example
White with #996DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996DB1; }
p { color: rgb(153,109,177); }
H1.HeaderClassName
{
color: #996DB1;
}
.AnyTagClassName
{
color: #996DB1;
}
</style>
background-color css
<style>
a { background-color: #996DB1; }
a { background-color: rgb(153,109,177); }
div.DivClassName
{
background-color: #996DB1;
}
.BgClassName
{
background-color: #996DB1;
}
</style>
border-color css
<style>
span { border-color: #996DB1; }
span { border-color: rgb(153,109,177); }
td.TdClassName
{
border-color: #996DB1;
}
.TagClassName
{
border-color: #996DB1;
}
</style>