Shades of Ce Soir #946D9F
Tints of Ce Soir #946D9F
RGB
CMYK
RGB Variations
Color information
#946D9F (or 0x946D9F) is known color: Ce Soir. HEX triplet: 94, 6D and 9F. RGB value is (148,109,159). Sum of RGB (Red+Green+Blue) = 148+109+159=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 159 - color contains mainly: blue. Hex color #946D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946D9F is #6B9260. Grayscale: #7E7E7E. Windows color (decimal): -7049825 or 10448276. OLE color: 10448276.
HSL color Cylindrical-coordinate representation of color #946D9F: hue angle of 286.8º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #946D9F is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 109 | 159 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.38 |
| HSL | 286.8º | 0.21% | 0.53% | - |
| HSV(B) | 286.8º | 0.31% | 0.62% | - |
| XYZ | 23.94 | 19.74 | 35.35 | - |
| YUV | 126.36 | 146.42 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 159 | 0.07 | 0.31 | 0 | 0.38 | 286.8 | 0.21 | 0.53 |
| Hex | 94 | 6D | 9F | 7 | 1F | 0 | 26 | 11F | 15 | 35 |
| Octal | 224 | 155 | 237 | 7 | 37 | 0 | 46 | 437 | 25 | 65 |
| Binary | 10010100 | 1101101 | 10011111 | 111 | 11111 | 0 | 100110 | 100011111 | 10101 | 110101 |
Color Harmonies of #946D9F
Complementary color
Monochromatic Colors of #946D9F
Black with #946D9F
Text Example
Text Example
White with #946D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946D9F; }
p { color: rgb(148,109,159); }
H1.HeaderClassName
{
color: #946D9F;
}
.AnyTagClassName
{
color: #946D9F;
}
</style>
background-color css
<style>
a { background-color: #946D9F; }
a { background-color: rgb(148,109,159); }
div.DivClassName
{
background-color: #946D9F;
}
.BgClassName
{
background-color: #946D9F;
}
</style>
border-color css
<style>
span { border-color: #946D9F; }
span { border-color: rgb(148,109,159); }
td.TdClassName
{
border-color: #946D9F;
}
.TagClassName
{
border-color: #946D9F;
}
</style>