Shades of Ce Soir #966FAE
Tints of Ce Soir #966FAE
RGB
CMYK
RGB Variations
Color information
#966FAE (or 0x966FAE) is known color: Ce Soir. HEX triplet: 96, 6F and AE. RGB value is (150,111,174). Sum of RGB (Red+Green+Blue) = 150+111+174=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #966FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966FAE is #699051. Grayscale: #818181. Windows color (decimal): -6918226 or 11431830. OLE color: 11431830.
HSL color Cylindrical-coordinate representation of color #966FAE: hue angle of 277.14º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #966FAE is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 111 | 174 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.32 |
| HSL | 277.14º | 0.28% | 0.56% | - |
| HSV(B) | 277.14º | 0.36% | 0.68% | - |
| XYZ | 25.9 | 20.91 | 42.72 | - |
| YUV | 129.84 | 152.92 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 174 | 0.14 | 0.36 | 0 | 0.32 | 277.14 | 0.28 | 0.56 |
| Hex | 96 | 6F | AE | E | 24 | 0 | 20 | 115 | 1C | 38 |
| Octal | 226 | 157 | 256 | 16 | 44 | 0 | 40 | 425 | 34 | 70 |
| Binary | 10010110 | 1101111 | 10101110 | 1110 | 100100 | 0 | 100000 | 100010101 | 11100 | 111000 |
Color Harmonies of #966FAE
Complementary color
Monochromatic Colors of #966FAE
Black with #966FAE
Text Example
Text Example
White with #966FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966FAE; }
p { color: rgb(150,111,174); }
H1.HeaderClassName
{
color: #966FAE;
}
.AnyTagClassName
{
color: #966FAE;
}
</style>
background-color css
<style>
a { background-color: #966FAE; }
a { background-color: rgb(150,111,174); }
div.DivClassName
{
background-color: #966FAE;
}
.BgClassName
{
background-color: #966FAE;
}
</style>
border-color css
<style>
span { border-color: #966FAE; }
span { border-color: rgb(150,111,174); }
td.TdClassName
{
border-color: #966FAE;
}
.TagClassName
{
border-color: #966FAE;
}
</style>