Shades of Ce Soir #967BAA
Tints of Ce Soir #967BAA
RGB
CMYK
RGB Variations
Color information
#967BAA (or 0x967BAA) is known color: Ce Soir. HEX triplet: 96, 7B and AA. RGB value is (150,123,170). Sum of RGB (Red+Green+Blue) = 150+123+170=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #967BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967BAA is #698455. Grayscale: #888888. Windows color (decimal): -6915158 or 11172758. OLE color: 11172758.
HSL color Cylindrical-coordinate representation of color #967BAA: hue angle of 274.47º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #967BAA is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 123 | 170 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.33 |
| HSL | 274.47º | 0.22% | 0.57% | - |
| HSV(B) | 274.47º | 0.28% | 0.67% | - |
| XYZ | 26.92 | 23.55 | 41.16 | - |
| YUV | 136.43 | 146.95 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 170 | 0.12 | 0.28 | 0 | 0.33 | 274.47 | 0.22 | 0.57 |
| Hex | 96 | 7B | AA | C | 1C | 0 | 21 | 112 | 16 | 39 |
| Octal | 226 | 173 | 252 | 14 | 34 | 0 | 41 | 422 | 26 | 71 |
| Binary | 10010110 | 1111011 | 10101010 | 1100 | 11100 | 0 | 100001 | 100010010 | 10110 | 111001 |
Color Harmonies of #967BAA
Complementary color
Monochromatic Colors of #967BAA
Black with #967BAA
Text Example
Text Example
White with #967BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967BAA; }
p { color: rgb(150,123,170); }
H1.HeaderClassName
{
color: #967BAA;
}
.AnyTagClassName
{
color: #967BAA;
}
</style>
background-color css
<style>
a { background-color: #967BAA; }
a { background-color: rgb(150,123,170); }
div.DivClassName
{
background-color: #967BAA;
}
.BgClassName
{
background-color: #967BAA;
}
</style>
border-color css
<style>
span { border-color: #967BAA; }
span { border-color: rgb(150,123,170); }
td.TdClassName
{
border-color: #967BAA;
}
.TagClassName
{
border-color: #967BAA;
}
</style>