Shades of Ce Soir #966FAB
Tints of Ce Soir #966FAB
RGB
CMYK
RGB Variations
Color information
#966FAB (or 0x966FAB) is known color: Ce Soir. HEX triplet: 96, 6F and AB. RGB value is (150,111,171). Sum of RGB (Red+Green+Blue) = 150+111+171=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #966FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966FAB is #699054. Grayscale: #818181. Windows color (decimal): -6918229 or 11235222. OLE color: 11235222.
HSL color Cylindrical-coordinate representation of color #966FAB: hue angle of 279º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #966FAB is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 111 | 171 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.33 |
| HSL | 279º | 0.26% | 0.55% | - |
| HSV(B) | 279º | 0.35% | 0.67% | - |
| XYZ | 25.61 | 20.79 | 41.19 | - |
| YUV | 129.5 | 151.42 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 171 | 0.12 | 0.35 | 0 | 0.33 | 279 | 0.26 | 0.55 |
| Hex | 96 | 6F | AB | C | 23 | 0 | 21 | 117 | 1A | 37 |
| Octal | 226 | 157 | 253 | 14 | 43 | 0 | 41 | 427 | 32 | 67 |
| Binary | 10010110 | 1101111 | 10101011 | 1100 | 100011 | 0 | 100001 | 100010111 | 11010 | 110111 |
Color Harmonies of #966FAB
Complementary color
Monochromatic Colors of #966FAB
Black with #966FAB
Text Example
Text Example
White with #966FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966FAB; }
p { color: rgb(150,111,171); }
H1.HeaderClassName
{
color: #966FAB;
}
.AnyTagClassName
{
color: #966FAB;
}
</style>
background-color css
<style>
a { background-color: #966FAB; }
a { background-color: rgb(150,111,171); }
div.DivClassName
{
background-color: #966FAB;
}
.BgClassName
{
background-color: #966FAB;
}
</style>
border-color css
<style>
span { border-color: #966FAB; }
span { border-color: rgb(150,111,171); }
td.TdClassName
{
border-color: #966FAB;
}
.TagClassName
{
border-color: #966FAB;
}
</style>