Shades of Ce Soir #996BA7
Tints of Ce Soir #996BA7
RGB
CMYK
RGB Variations
Color information
#996BA7 (or 0x996BA7) is known color: Ce Soir. HEX triplet: 99, 6B and A7. RGB value is (153,107,167). Sum of RGB (Red+Green+Blue) = 153+107+167=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 167 (65.62% from 255 or 39.11% from 427); Max value from RGB is 167 - color contains mainly: blue. Hex color #996BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996BA7 is #669458. Grayscale: #7F7F7F. Windows color (decimal): -6722649 or 10972057. OLE color: 10972057.
HSL color Cylindrical-coordinate representation of color #996BA7: hue angle of 286º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #996BA7 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 107 | 167 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.35 |
| HSL | 286º | 0.25% | 0.54% | - |
| HSV(B) | 286º | 0.36% | 0.65% | - |
| XYZ | 25.37 | 20.08 | 39.1 | - |
| YUV | 127.59 | 150.24 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 167 | 0.08 | 0.36 | 0 | 0.35 | 286 | 0.25 | 0.54 |
| Hex | 99 | 6B | A7 | 8 | 24 | 0 | 23 | 11E | 19 | 36 |
| Octal | 231 | 153 | 247 | 10 | 44 | 0 | 43 | 436 | 31 | 66 |
| Binary | 10011001 | 1101011 | 10100111 | 1000 | 100100 | 0 | 100011 | 100011110 | 11001 | 110110 |
Color Harmonies of #996BA7
Complementary color
Monochromatic Colors of #996BA7
Black with #996BA7
Text Example
Text Example
White with #996BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996BA7; }
p { color: rgb(153,107,167); }
H1.HeaderClassName
{
color: #996BA7;
}
.AnyTagClassName
{
color: #996BA7;
}
</style>
background-color css
<style>
a { background-color: #996BA7; }
a { background-color: rgb(153,107,167); }
div.DivClassName
{
background-color: #996BA7;
}
.BgClassName
{
background-color: #996BA7;
}
</style>
border-color css
<style>
span { border-color: #996BA7; }
span { border-color: rgb(153,107,167); }
td.TdClassName
{
border-color: #996BA7;
}
.TagClassName
{
border-color: #996BA7;
}
</style>