Shades of Ce Soir #946FA2
Tints of Ce Soir #946FA2
RGB
CMYK
RGB Variations
Color information
#946FA2 (or 0x946FA2) is known color: Ce Soir. HEX triplet: 94, 6F and A2. RGB value is (148,111,162). Sum of RGB (Red+Green+Blue) = 148+111+162=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 162 - color contains mainly: blue. Hex color #946FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946FA2 is #6B905D. Grayscale: #7F7F7F. Windows color (decimal): -7049310 or 10645396. OLE color: 10645396.
HSL color Cylindrical-coordinate representation of color #946FA2: hue angle of 283.53º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #946FA2 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 111 | 162 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.36 |
| HSL | 283.53º | 0.22% | 0.54% | - |
| HSV(B) | 283.53º | 0.31% | 0.64% | - |
| XYZ | 24.42 | 20.27 | 36.81 | - |
| YUV | 127.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 111 | 162 | 0.09 | 0.31 | 0 | 0.36 | 283.53 | 0.22 | 0.54 |
| Hex | 94 | 6F | A2 | 9 | 1F | 0 | 24 | 11C | 16 | 36 |
| Octal | 224 | 157 | 242 | 11 | 37 | 0 | 44 | 434 | 26 | 66 |
| Binary | 10010100 | 1101111 | 10100010 | 1001 | 11111 | 0 | 100100 | 100011100 | 10110 | 110110 |
Color Harmonies of #946FA2
Complementary color
Monochromatic Colors of #946FA2
Black with #946FA2
Text Example
Text Example
White with #946FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946FA2; }
p { color: rgb(148,111,162); }
H1.HeaderClassName
{
color: #946FA2;
}
.AnyTagClassName
{
color: #946FA2;
}
</style>
background-color css
<style>
a { background-color: #946FA2; }
a { background-color: rgb(148,111,162); }
div.DivClassName
{
background-color: #946FA2;
}
.BgClassName
{
background-color: #946FA2;
}
</style>
border-color css
<style>
span { border-color: #946FA2; }
span { border-color: rgb(148,111,162); }
td.TdClassName
{
border-color: #946FA2;
}
.TagClassName
{
border-color: #946FA2;
}
</style>