Shades of Ce Soir #946CA3
Tints of Ce Soir #946CA3
RGB
CMYK
RGB Variations
Color information
#946CA3 (or 0x946CA3) is known color: Ce Soir. HEX triplet: 94, 6C and A3. RGB value is (148,108,163). Sum of RGB (Red+Green+Blue) = 148+108+163=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 163 - color contains mainly: blue. Hex color #946CA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946CA3 is #6B935C. Grayscale: #7E7E7E. Windows color (decimal): -7050077 or 10710164. OLE color: 10710164.
HSL color Cylindrical-coordinate representation of color #946CA3: hue angle of 283.64º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946CA3 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 108 | 163 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.36 |
| HSL | 283.64º | 0.23% | 0.53% | - |
| HSV(B) | 283.64º | 0.34% | 0.64% | - |
| XYZ | 24.19 | 19.67 | 37.17 | - |
| YUV | 126.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 163 | 0.09 | 0.34 | 0 | 0.36 | 283.64 | 0.23 | 0.53 |
| Hex | 94 | 6C | A3 | 9 | 22 | 0 | 24 | 11C | 17 | 35 |
| Octal | 224 | 154 | 243 | 11 | 42 | 0 | 44 | 434 | 27 | 65 |
| Binary | 10010100 | 1101100 | 10100011 | 1001 | 100010 | 0 | 100100 | 100011100 | 10111 | 110101 |
Color Harmonies of #946CA3
Complementary color
Monochromatic Colors of #946CA3
Black with #946CA3
Text Example
Text Example
White with #946CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946CA3; }
p { color: rgb(148,108,163); }
H1.HeaderClassName
{
color: #946CA3;
}
.AnyTagClassName
{
color: #946CA3;
}
</style>
background-color css
<style>
a { background-color: #946CA3; }
a { background-color: rgb(148,108,163); }
div.DivClassName
{
background-color: #946CA3;
}
.BgClassName
{
background-color: #946CA3;
}
</style>
border-color css
<style>
span { border-color: #946CA3; }
span { border-color: rgb(148,108,163); }
td.TdClassName
{
border-color: #946CA3;
}
.TagClassName
{
border-color: #946CA3;
}
</style>