Shades of Ce Soir #966CAF
Tints of Ce Soir #966CAF
RGB
CMYK
RGB Variations
Color information
#966CAF (or 0x966CAF) is known color: Ce Soir. HEX triplet: 96, 6C and AF. RGB value is (150,108,175). Sum of RGB (Red+Green+Blue) = 150+108+175=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #966CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966CAF is #699350. Grayscale: #7F7F7F. Windows color (decimal): -6918993 or 11496598. OLE color: 11496598.
HSL color Cylindrical-coordinate representation of color #966CAF: hue angle of 277.61º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #966CAF is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 108 | 175 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.31 |
| HSL | 277.61º | 0.3% | 0.55% | - |
| HSV(B) | 277.61º | 0.38% | 0.69% | - |
| XYZ | 25.68 | 20.3 | 43.12 | - |
| YUV | 128.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 175 | 0.14 | 0.38 | 0 | 0.31 | 277.61 | 0.3 | 0.55 |
| Hex | 96 | 6C | AF | E | 26 | 0 | 1F | 116 | 1E | 37 |
| Octal | 226 | 154 | 257 | 16 | 46 | 0 | 37 | 426 | 36 | 67 |
| Binary | 10010110 | 1101100 | 10101111 | 1110 | 100110 | 0 | 11111 | 100010110 | 11110 | 110111 |
Color Harmonies of #966CAF
Complementary color
Monochromatic Colors of #966CAF
Black with #966CAF
Text Example
Text Example
White with #966CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966CAF; }
p { color: rgb(150,108,175); }
H1.HeaderClassName
{
color: #966CAF;
}
.AnyTagClassName
{
color: #966CAF;
}
</style>
background-color css
<style>
a { background-color: #966CAF; }
a { background-color: rgb(150,108,175); }
div.DivClassName
{
background-color: #966CAF;
}
.BgClassName
{
background-color: #966CAF;
}
</style>
border-color css
<style>
span { border-color: #966CAF; }
span { border-color: rgb(150,108,175); }
td.TdClassName
{
border-color: #966CAF;
}
.TagClassName
{
border-color: #966CAF;
}
</style>