Shades of Ce Soir #966EA9
Tints of Ce Soir #966EA9
RGB
CMYK
RGB Variations
Color information
#966EA9 (or 0x966EA9) is known color: Ce Soir. HEX triplet: 96, 6E and A9. RGB value is (150,110,169). Sum of RGB (Red+Green+Blue) = 150+110+169=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 169 - color contains mainly: blue. Hex color #966EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966EA9 is #699156. Grayscale: #808080. Windows color (decimal): -6918487 or 11103894. OLE color: 11103894.
HSL color Cylindrical-coordinate representation of color #966EA9: hue angle of 280.68º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #966EA9 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 110 | 169 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.34 |
| HSL | 280.68º | 0.26% | 0.55% | - |
| HSV(B) | 280.68º | 0.35% | 0.66% | - |
| XYZ | 25.32 | 20.5 | 40.16 | - |
| YUV | 128.69 | 150.75 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 169 | 0.11 | 0.35 | 0 | 0.34 | 280.68 | 0.26 | 0.55 |
| Hex | 96 | 6E | A9 | B | 23 | 0 | 22 | 119 | 1A | 37 |
| Octal | 226 | 156 | 251 | 13 | 43 | 0 | 42 | 431 | 32 | 67 |
| Binary | 10010110 | 1101110 | 10101001 | 1011 | 100011 | 0 | 100010 | 100011001 | 11010 | 110111 |
Color Harmonies of #966EA9
Complementary color
Monochromatic Colors of #966EA9
Black with #966EA9
Text Example
Text Example
White with #966EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966EA9; }
p { color: rgb(150,110,169); }
H1.HeaderClassName
{
color: #966EA9;
}
.AnyTagClassName
{
color: #966EA9;
}
</style>
background-color css
<style>
a { background-color: #966EA9; }
a { background-color: rgb(150,110,169); }
div.DivClassName
{
background-color: #966EA9;
}
.BgClassName
{
background-color: #966EA9;
}
</style>
border-color css
<style>
span { border-color: #966EA9; }
span { border-color: rgb(150,110,169); }
td.TdClassName
{
border-color: #966EA9;
}
.TagClassName
{
border-color: #966EA9;
}
</style>