Shades of Ce Soir #966FA8
Tints of Ce Soir #966FA8
RGB
CMYK
RGB Variations
Color information
#966FA8 (or 0x966FA8) is known color: Ce Soir. HEX triplet: 96, 6F and A8. RGB value is (150,111,168). Sum of RGB (Red+Green+Blue) = 150+111+168=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 168 - color contains mainly: blue. Hex color #966FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966FA8 is #699057. Grayscale: #808080. Windows color (decimal): -6918232 or 11038614. OLE color: 11038614.
HSL color Cylindrical-coordinate representation of color #966FA8: hue angle of 281.05º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #966FA8 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 111 | 168 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.34 |
| HSL | 281.05º | 0.25% | 0.55% | - |
| HSV(B) | 281.05º | 0.34% | 0.66% | - |
| XYZ | 25.33 | 20.68 | 39.7 | - |
| YUV | 129.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 168 | 0.11 | 0.34 | 0 | 0.34 | 281.05 | 0.25 | 0.55 |
| Hex | 96 | 6F | A8 | B | 22 | 0 | 22 | 119 | 19 | 37 |
| Octal | 226 | 157 | 250 | 13 | 42 | 0 | 42 | 431 | 31 | 67 |
| Binary | 10010110 | 1101111 | 10101000 | 1011 | 100010 | 0 | 100010 | 100011001 | 11001 | 110111 |
Color Harmonies of #966FA8
Complementary color
Monochromatic Colors of #966FA8
Black with #966FA8
Text Example
Text Example
White with #966FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966FA8; }
p { color: rgb(150,111,168); }
H1.HeaderClassName
{
color: #966FA8;
}
.AnyTagClassName
{
color: #966FA8;
}
</style>
background-color css
<style>
a { background-color: #966FA8; }
a { background-color: rgb(150,111,168); }
div.DivClassName
{
background-color: #966FA8;
}
.BgClassName
{
background-color: #966FA8;
}
</style>
border-color css
<style>
span { border-color: #966FA8; }
span { border-color: rgb(150,111,168); }
td.TdClassName
{
border-color: #966FA8;
}
.TagClassName
{
border-color: #966FA8;
}
</style>