Shades of Ce Soir #966DAC
Tints of Ce Soir #966DAC
RGB
CMYK
RGB Variations
Color information
#966DAC (or 0x966DAC) is known color: Ce Soir. HEX triplet: 96, 6D and AC. RGB value is (150,109,172). Sum of RGB (Red+Green+Blue) = 150+109+172=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #966DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966DAC is #699253. Grayscale: #808080. Windows color (decimal): -6918740 or 11300246. OLE color: 11300246.
HSL color Cylindrical-coordinate representation of color #966DAC: hue angle of 279.05º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #966DAC is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 109 | 172 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.33 |
| HSL | 279.05º | 0.28% | 0.55% | - |
| HSV(B) | 279.05º | 0.37% | 0.67% | - |
| XYZ | 25.49 | 20.4 | 41.62 | - |
| YUV | 128.44 | 152.58 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 172 | 0.13 | 0.37 | 0 | 0.33 | 279.05 | 0.28 | 0.55 |
| Hex | 96 | 6D | AC | D | 25 | 0 | 21 | 117 | 1C | 37 |
| Octal | 226 | 155 | 254 | 15 | 45 | 0 | 41 | 427 | 34 | 67 |
| Binary | 10010110 | 1101101 | 10101100 | 1101 | 100101 | 0 | 100001 | 100010111 | 11100 | 110111 |
Color Harmonies of #966DAC
Complementary color
Monochromatic Colors of #966DAC
Black with #966DAC
Text Example
Text Example
White with #966DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966DAC; }
p { color: rgb(150,109,172); }
H1.HeaderClassName
{
color: #966DAC;
}
.AnyTagClassName
{
color: #966DAC;
}
</style>
background-color css
<style>
a { background-color: #966DAC; }
a { background-color: rgb(150,109,172); }
div.DivClassName
{
background-color: #966DAC;
}
.BgClassName
{
background-color: #966DAC;
}
</style>
border-color css
<style>
span { border-color: #966DAC; }
span { border-color: rgb(150,109,172); }
td.TdClassName
{
border-color: #966DAC;
}
.TagClassName
{
border-color: #966DAC;
}
</style>