Shades of Ce Soir #966BA0
Tints of Ce Soir #966BA0
RGB
CMYK
RGB Variations
Color information
#966BA0 (or 0x966BA0) is known color: Ce Soir. HEX triplet: 96, 6B and A0. RGB value is (150,107,160). Sum of RGB (Red+Green+Blue) = 150+107+160=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 160 - color contains mainly: blue. Hex color #966BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966BA0 is #69945F. Grayscale: #7D7D7D. Windows color (decimal): -6919264 or 10513302. OLE color: 10513302.
HSL color Cylindrical-coordinate representation of color #966BA0: hue angle of 288.68º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #966BA0 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 107 | 160 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.37 |
| HSL | 288.68º | 0.22% | 0.52% | - |
| HSV(B) | 288.68º | 0.33% | 0.63% | - |
| XYZ | 24.18 | 19.54 | 35.75 | - |
| YUV | 125.9 | 147.25 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 160 | 0.06 | 0.33 | 0 | 0.37 | 288.68 | 0.22 | 0.52 |
| Hex | 96 | 6B | A0 | 6 | 21 | 0 | 25 | 121 | 16 | 34 |
| Octal | 226 | 153 | 240 | 6 | 41 | 0 | 45 | 441 | 26 | 64 |
| Binary | 10010110 | 1101011 | 10100000 | 110 | 100001 | 0 | 100101 | 100100001 | 10110 | 110100 |
Color Harmonies of #966BA0
Complementary color
Monochromatic Colors of #966BA0
Black with #966BA0
Text Example
Text Example
White with #966BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966BA0; }
p { color: rgb(150,107,160); }
H1.HeaderClassName
{
color: #966BA0;
}
.AnyTagClassName
{
color: #966BA0;
}
</style>
background-color css
<style>
a { background-color: #966BA0; }
a { background-color: rgb(150,107,160); }
div.DivClassName
{
background-color: #966BA0;
}
.BgClassName
{
background-color: #966BA0;
}
</style>
border-color css
<style>
span { border-color: #966BA0; }
span { border-color: rgb(150,107,160); }
td.TdClassName
{
border-color: #966BA0;
}
.TagClassName
{
border-color: #966BA0;
}
</style>