Shades of Ce Soir #996FB1
Tints of Ce Soir #996FB1
RGB
CMYK
RGB Variations
Color information
#996FB1 (or 0x996FB1) is known color: Ce Soir. HEX triplet: 99, 6F and B1. RGB value is (153,111,177). Sum of RGB (Red+Green+Blue) = 153+111+177=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 177 - color contains mainly: blue. Hex color #996FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996FB1 is #66904E. Grayscale: #828282. Windows color (decimal): -6721615 or 11628441. OLE color: 11628441.
HSL color Cylindrical-coordinate representation of color #996FB1: hue angle of 278.18º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996FB1 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 111 | 177 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.31 |
| HSL | 278.18º | 0.3% | 0.56% | - |
| HSV(B) | 278.18º | 0.37% | 0.69% | - |
| XYZ | 26.76 | 21.32 | 44.3 | - |
| YUV | 131.08 | 153.91 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 177 | 0.14 | 0.37 | 0 | 0.31 | 278.18 | 0.3 | 0.56 |
| Hex | 99 | 6F | B1 | E | 25 | 0 | 1F | 116 | 1E | 38 |
| Octal | 231 | 157 | 261 | 16 | 45 | 0 | 37 | 426 | 36 | 70 |
| Binary | 10011001 | 1101111 | 10110001 | 1110 | 100101 | 0 | 11111 | 100010110 | 11110 | 111000 |
Color Harmonies of #996FB1
Complementary color
Monochromatic Colors of #996FB1
Black with #996FB1
Text Example
Text Example
White with #996FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FB1; }
p { color: rgb(153,111,177); }
H1.HeaderClassName
{
color: #996FB1;
}
.AnyTagClassName
{
color: #996FB1;
}
</style>
background-color css
<style>
a { background-color: #996FB1; }
a { background-color: rgb(153,111,177); }
div.DivClassName
{
background-color: #996FB1;
}
.BgClassName
{
background-color: #996FB1;
}
</style>
border-color css
<style>
span { border-color: #996FB1; }
span { border-color: rgb(153,111,177); }
td.TdClassName
{
border-color: #996FB1;
}
.TagClassName
{
border-color: #996FB1;
}
</style>