Shades of Ce Soir #946EA4
Tints of Ce Soir #946EA4
RGB
CMYK
RGB Variations
Color information
#946EA4 (or 0x946EA4) is known color: Ce Soir. HEX triplet: 94, 6E and A4. RGB value is (148,110,164). Sum of RGB (Red+Green+Blue) = 148+110+164=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 164 - color contains mainly: blue. Hex color #946EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946EA4 is #6B915B. Grayscale: #7F7F7F. Windows color (decimal): -7049564 or 10776212. OLE color: 10776212.
HSL color Cylindrical-coordinate representation of color #946EA4: hue angle of 282.22º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #946EA4 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 110 | 164 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.36 |
| HSL | 282.22º | 0.23% | 0.54% | - |
| HSV(B) | 282.22º | 0.33% | 0.64% | - |
| XYZ | 24.49 | 20.13 | 37.72 | - |
| YUV | 127.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 110 | 164 | 0.10 | 0.33 | 0 | 0.36 | 282.22 | 0.23 | 0.54 |
| Hex | 94 | 6E | A4 | A | 21 | 0 | 24 | 11A | 17 | 36 |
| Octal | 224 | 156 | 244 | 12 | 41 | 0 | 44 | 432 | 27 | 66 |
| Binary | 10010100 | 1101110 | 10100100 | 1010 | 100001 | 0 | 100100 | 100011010 | 10111 | 110110 |
Color Harmonies of #946EA4
Complementary color
Monochromatic Colors of #946EA4
Black with #946EA4
Text Example
Text Example
White with #946EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946EA4; }
p { color: rgb(148,110,164); }
H1.HeaderClassName
{
color: #946EA4;
}
.AnyTagClassName
{
color: #946EA4;
}
</style>
background-color css
<style>
a { background-color: #946EA4; }
a { background-color: rgb(148,110,164); }
div.DivClassName
{
background-color: #946EA4;
}
.BgClassName
{
background-color: #946EA4;
}
</style>
border-color css
<style>
span { border-color: #946EA4; }
span { border-color: rgb(148,110,164); }
td.TdClassName
{
border-color: #946EA4;
}
.TagClassName
{
border-color: #946EA4;
}
</style>