Shades of Ce Soir #946EB1
Tints of Ce Soir #946EB1
RGB
CMYK
RGB Variations
Color information
#946EB1 (or 0x946EB1) is known color: Ce Soir. HEX triplet: 94, 6E and B1. RGB value is (148,110,177). Sum of RGB (Red+Green+Blue) = 148+110+177=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 177 - color contains mainly: blue. Hex color #946EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946EB1 is #6B914E. Grayscale: #808080. Windows color (decimal): -7049551 or 11628180. OLE color: 11628180.
HSL color Cylindrical-coordinate representation of color #946EB1: hue angle of 274.03º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #946EB1 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 110 | 177 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.31 |
| HSL | 274.03º | 0.3% | 0.56% | - |
| HSV(B) | 274.03º | 0.38% | 0.69% | - |
| XYZ | 25.72 | 20.62 | 44.22 | - |
| YUV | 129 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 110 | 177 | 0.16 | 0.38 | 0 | 0.31 | 274.03 | 0.3 | 0.56 |
| Hex | 94 | 6E | B1 | 10 | 26 | 0 | 1F | 112 | 1E | 38 |
| Octal | 224 | 156 | 261 | 20 | 46 | 0 | 37 | 422 | 36 | 70 |
| Binary | 10010100 | 1101110 | 10110001 | 10000 | 100110 | 0 | 11111 | 100010010 | 11110 | 111000 |
Color Harmonies of #946EB1
Complementary color
Monochromatic Colors of #946EB1
Black with #946EB1
Text Example
Text Example
White with #946EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946EB1; }
p { color: rgb(148,110,177); }
H1.HeaderClassName
{
color: #946EB1;
}
.AnyTagClassName
{
color: #946EB1;
}
</style>
background-color css
<style>
a { background-color: #946EB1; }
a { background-color: rgb(148,110,177); }
div.DivClassName
{
background-color: #946EB1;
}
.BgClassName
{
background-color: #946EB1;
}
</style>
border-color css
<style>
span { border-color: #946EB1; }
span { border-color: rgb(148,110,177); }
td.TdClassName
{
border-color: #946EB1;
}
.TagClassName
{
border-color: #946EB1;
}
</style>