Shades of Ce Soir #967DA8
Tints of Ce Soir #967DA8
RGB
CMYK
RGB Variations
Color information
#967DA8 (or 0x967DA8) is known color: Ce Soir. HEX triplet: 96, 7D and A8. RGB value is (150,125,168). Sum of RGB (Red+Green+Blue) = 150+125+168=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 168 - color contains mainly: blue. Hex color #967DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967DA8 is #698257. Grayscale: #898989. Windows color (decimal): -6914648 or 11042198. OLE color: 11042198.
HSL color Cylindrical-coordinate representation of color #967DA8: hue angle of 274.88º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #967DA8 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 125 | 168 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.34 |
| HSL | 274.88º | 0.2% | 0.57% | - |
| HSV(B) | 274.88º | 0.26% | 0.66% | - |
| XYZ | 26.98 | 23.98 | 40.25 | - |
| YUV | 137.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 168 | 0.11 | 0.26 | 0 | 0.34 | 274.88 | 0.2 | 0.57 |
| Hex | 96 | 7D | A8 | B | 1A | 0 | 22 | 113 | 14 | 39 |
| Octal | 226 | 175 | 250 | 13 | 32 | 0 | 42 | 423 | 24 | 71 |
| Binary | 10010110 | 1111101 | 10101000 | 1011 | 11010 | 0 | 100010 | 100010011 | 10100 | 111001 |
Color Harmonies of #967DA8
Complementary color
Monochromatic Colors of #967DA8
Black with #967DA8
Text Example
Text Example
White with #967DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967DA8; }
p { color: rgb(150,125,168); }
H1.HeaderClassName
{
color: #967DA8;
}
.AnyTagClassName
{
color: #967DA8;
}
</style>
background-color css
<style>
a { background-color: #967DA8; }
a { background-color: rgb(150,125,168); }
div.DivClassName
{
background-color: #967DA8;
}
.BgClassName
{
background-color: #967DA8;
}
</style>
border-color css
<style>
span { border-color: #967DA8; }
span { border-color: rgb(150,125,168); }
td.TdClassName
{
border-color: #967DA8;
}
.TagClassName
{
border-color: #967DA8;
}
</style>