Shades of Ce Soir #967DA6
Tints of Ce Soir #967DA6
RGB
CMYK
RGB Variations
Color information
#967DA6 (or 0x967DA6) is known color: Ce Soir. HEX triplet: 96, 7D and A6. RGB value is (150,125,166). Sum of RGB (Red+Green+Blue) = 150+125+166=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 166 - color contains mainly: blue. Hex color #967DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967DA6 is #698259. Grayscale: #898989. Windows color (decimal): -6914650 or 10911126. OLE color: 10911126.
HSL color Cylindrical-coordinate representation of color #967DA6: hue angle of 276.59º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #967DA6 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 125 | 166 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.35 |
| HSL | 276.59º | 0.19% | 0.57% | - |
| HSV(B) | 276.59º | 0.25% | 0.65% | - |
| XYZ | 26.79 | 23.9 | 39.28 | - |
| YUV | 137.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 166 | 0.10 | 0.25 | 0 | 0.35 | 276.59 | 0.19 | 0.57 |
| Hex | 96 | 7D | A6 | A | 19 | 0 | 23 | 115 | 13 | 39 |
| Octal | 226 | 175 | 246 | 12 | 31 | 0 | 43 | 425 | 23 | 71 |
| Binary | 10010110 | 1111101 | 10100110 | 1010 | 11001 | 0 | 100011 | 100010101 | 10011 | 111001 |
Color Harmonies of #967DA6
Complementary color
Monochromatic Colors of #967DA6
Black with #967DA6
Text Example
Text Example
White with #967DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967DA6; }
p { color: rgb(150,125,166); }
H1.HeaderClassName
{
color: #967DA6;
}
.AnyTagClassName
{
color: #967DA6;
}
</style>
background-color css
<style>
a { background-color: #967DA6; }
a { background-color: rgb(150,125,166); }
div.DivClassName
{
background-color: #967DA6;
}
.BgClassName
{
background-color: #967DA6;
}
</style>
border-color css
<style>
span { border-color: #967DA6; }
span { border-color: rgb(150,125,166); }
td.TdClassName
{
border-color: #967DA6;
}
.TagClassName
{
border-color: #967DA6;
}
</style>