Shades of Ce Soir #996BB0
Tints of Ce Soir #996BB0
RGB
CMYK
RGB Variations
Color information
#996BB0 (or 0x996BB0) is known color: Ce Soir. HEX triplet: 99, 6B and B0. RGB value is (153,107,176). Sum of RGB (Red+Green+Blue) = 153+107+176=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 176 - color contains mainly: blue. Hex color #996BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996BB0 is #66944F. Grayscale: #808080. Windows color (decimal): -6722640 or 11561881. OLE color: 11561881.
HSL color Cylindrical-coordinate representation of color #996BB0: hue angle of 280º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #996BB0 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 107 | 176 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.31 |
| HSL | 280º | 0.3% | 0.55% | - |
| HSV(B) | 280º | 0.39% | 0.69% | - |
| XYZ | 26.23 | 20.42 | 43.63 | - |
| YUV | 128.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 176 | 0.13 | 0.39 | 0 | 0.31 | 280 | 0.3 | 0.55 |
| Hex | 99 | 6B | B0 | D | 27 | 0 | 1F | 118 | 1E | 37 |
| Octal | 231 | 153 | 260 | 15 | 47 | 0 | 37 | 430 | 36 | 67 |
| Binary | 10011001 | 1101011 | 10110000 | 1101 | 100111 | 0 | 11111 | 100011000 | 11110 | 110111 |
Color Harmonies of #996BB0
Complementary color
Monochromatic Colors of #996BB0
Black with #996BB0
Text Example
Text Example
White with #996BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996BB0; }
p { color: rgb(153,107,176); }
H1.HeaderClassName
{
color: #996BB0;
}
.AnyTagClassName
{
color: #996BB0;
}
</style>
background-color css
<style>
a { background-color: #996BB0; }
a { background-color: rgb(153,107,176); }
div.DivClassName
{
background-color: #996BB0;
}
.BgClassName
{
background-color: #996BB0;
}
</style>
border-color css
<style>
span { border-color: #996BB0; }
span { border-color: rgb(153,107,176); }
td.TdClassName
{
border-color: #996BB0;
}
.TagClassName
{
border-color: #996BB0;
}
</style>