Shades of Ce Soir #946CA6
Tints of Ce Soir #946CA6
RGB
CMYK
RGB Variations
Color information
#946CA6 (or 0x946CA6) is known color: Ce Soir. HEX triplet: 94, 6C and A6. RGB value is (148,108,166). Sum of RGB (Red+Green+Blue) = 148+108+166=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 166 - color contains mainly: blue. Hex color #946CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946CA6 is #6B9359. Grayscale: #7E7E7E. Windows color (decimal): -7050074 or 10906772. OLE color: 10906772.
HSL color Cylindrical-coordinate representation of color #946CA6: hue angle of 281.38º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #946CA6 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 108 | 166 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.35 |
| HSL | 281.38º | 0.25% | 0.54% | - |
| HSV(B) | 281.38º | 0.35% | 0.65% | - |
| XYZ | 24.46 | 19.77 | 38.6 | - |
| YUV | 126.57 | 150.25 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 166 | 0.11 | 0.35 | 0 | 0.35 | 281.38 | 0.25 | 0.54 |
| Hex | 94 | 6C | A6 | B | 23 | 0 | 23 | 119 | 19 | 36 |
| Octal | 224 | 154 | 246 | 13 | 43 | 0 | 43 | 431 | 31 | 66 |
| Binary | 10010100 | 1101100 | 10100110 | 1011 | 100011 | 0 | 100011 | 100011001 | 11001 | 110110 |
Color Harmonies of #946CA6
Complementary color
Monochromatic Colors of #946CA6
Black with #946CA6
Text Example
Text Example
White with #946CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946CA6; }
p { color: rgb(148,108,166); }
H1.HeaderClassName
{
color: #946CA6;
}
.AnyTagClassName
{
color: #946CA6;
}
</style>
background-color css
<style>
a { background-color: #946CA6; }
a { background-color: rgb(148,108,166); }
div.DivClassName
{
background-color: #946CA6;
}
.BgClassName
{
background-color: #946CA6;
}
</style>
border-color css
<style>
span { border-color: #946CA6; }
span { border-color: rgb(148,108,166); }
td.TdClassName
{
border-color: #946CA6;
}
.TagClassName
{
border-color: #946CA6;
}
</style>