Shades of Ce Soir #946BA1
Tints of Ce Soir #946BA1
RGB
CMYK
RGB Variations
Color information
#946BA1 (or 0x946BA1) is known color: Ce Soir. HEX triplet: 94, 6B and A1. RGB value is (148,107,161). Sum of RGB (Red+Green+Blue) = 148+107+161=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 161 - color contains mainly: blue. Hex color #946BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946BA1 is #6B945E. Grayscale: #7D7D7D. Windows color (decimal): -7050335 or 10578836. OLE color: 10578836.
HSL color Cylindrical-coordinate representation of color #946BA1: hue angle of 285.56º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946BA1 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 107 | 161 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.37 |
| HSL | 285.56º | 0.22% | 0.53% | - |
| HSV(B) | 285.56º | 0.34% | 0.63% | - |
| XYZ | 23.9 | 19.38 | 36.2 | - |
| YUV | 125.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 107 | 161 | 0.08 | 0.34 | 0 | 0.37 | 285.56 | 0.22 | 0.53 |
| Hex | 94 | 6B | A1 | 8 | 22 | 0 | 25 | 11E | 16 | 35 |
| Octal | 224 | 153 | 241 | 10 | 42 | 0 | 45 | 436 | 26 | 65 |
| Binary | 10010100 | 1101011 | 10100001 | 1000 | 100010 | 0 | 100101 | 100011110 | 10110 | 110101 |
Color Harmonies of #946BA1
Complementary color
Monochromatic Colors of #946BA1
Black with #946BA1
Text Example
Text Example
White with #946BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946BA1; }
p { color: rgb(148,107,161); }
H1.HeaderClassName
{
color: #946BA1;
}
.AnyTagClassName
{
color: #946BA1;
}
</style>
background-color css
<style>
a { background-color: #946BA1; }
a { background-color: rgb(148,107,161); }
div.DivClassName
{
background-color: #946BA1;
}
.BgClassName
{
background-color: #946BA1;
}
</style>
border-color css
<style>
span { border-color: #946BA1; }
span { border-color: rgb(148,107,161); }
td.TdClassName
{
border-color: #946BA1;
}
.TagClassName
{
border-color: #946BA1;
}
</style>