Shades of Ce Soir #966DAB
Tints of Ce Soir #966DAB
RGB
CMYK
RGB Variations
Color information
#966DAB (or 0x966DAB) is known color: Ce Soir. HEX triplet: 96, 6D and AB. RGB value is (150,109,171). Sum of RGB (Red+Green+Blue) = 150+109+171=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #966DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966DAB is #699254. Grayscale: #808080. Windows color (decimal): -6918741 or 11234710. OLE color: 11234710.
HSL color Cylindrical-coordinate representation of color #966DAB: hue angle of 279.68º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #966DAB is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 109 | 171 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.33 |
| HSL | 279.68º | 0.27% | 0.55% | - |
| HSV(B) | 279.68º | 0.36% | 0.67% | - |
| XYZ | 25.4 | 20.36 | 41.12 | - |
| YUV | 128.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 171 | 0.12 | 0.36 | 0 | 0.33 | 279.68 | 0.27 | 0.55 |
| Hex | 96 | 6D | AB | C | 24 | 0 | 21 | 118 | 1B | 37 |
| Octal | 226 | 155 | 253 | 14 | 44 | 0 | 41 | 430 | 33 | 67 |
| Binary | 10010110 | 1101101 | 10101011 | 1100 | 100100 | 0 | 100001 | 100011000 | 11011 | 110111 |
Color Harmonies of #966DAB
Complementary color
Monochromatic Colors of #966DAB
Black with #966DAB
Text Example
Text Example
White with #966DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966DAB; }
p { color: rgb(150,109,171); }
H1.HeaderClassName
{
color: #966DAB;
}
.AnyTagClassName
{
color: #966DAB;
}
</style>
background-color css
<style>
a { background-color: #966DAB; }
a { background-color: rgb(150,109,171); }
div.DivClassName
{
background-color: #966DAB;
}
.BgClassName
{
background-color: #966DAB;
}
</style>
border-color css
<style>
span { border-color: #966DAB; }
span { border-color: rgb(150,109,171); }
td.TdClassName
{
border-color: #966DAB;
}
.TagClassName
{
border-color: #966DAB;
}
</style>