Shades of Ce Soir #946DB1
Tints of Ce Soir #946DB1
RGB
CMYK
RGB Variations
Color information
#946DB1 (or 0x946DB1) is known color: Ce Soir. HEX triplet: 94, 6D and B1. RGB value is (148,109,177). Sum of RGB (Red+Green+Blue) = 148+109+177=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 177 (69.53% from 255 or 40.78% from 434); Max value from RGB is 177 - color contains mainly: blue. Hex color #946DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946DB1 is #6B924E. Grayscale: #808080. Windows color (decimal): -7049807 or 11627924. OLE color: 11627924.
HSL color Cylindrical-coordinate representation of color #946DB1: hue angle of 274.41º 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 #946DB1 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 109 | 177 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.31 |
| HSL | 274.41º | 0.3% | 0.56% | - |
| HSV(B) | 274.41º | 0.38% | 0.69% | - |
| XYZ | 25.62 | 20.41 | 44.18 | - |
| YUV | 128.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 177 | 0.16 | 0.38 | 0 | 0.31 | 274.41 | 0.3 | 0.56 |
| Hex | 94 | 6D | B1 | 10 | 26 | 0 | 1F | 112 | 1E | 38 |
| Octal | 224 | 155 | 261 | 20 | 46 | 0 | 37 | 422 | 36 | 70 |
| Binary | 10010100 | 1101101 | 10110001 | 10000 | 100110 | 0 | 11111 | 100010010 | 11110 | 111000 |
Color Harmonies of #946DB1
Complementary color
Monochromatic Colors of #946DB1
Black with #946DB1
Text Example
Text Example
White with #946DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946DB1; }
p { color: rgb(148,109,177); }
H1.HeaderClassName
{
color: #946DB1;
}
.AnyTagClassName
{
color: #946DB1;
}
</style>
background-color css
<style>
a { background-color: #946DB1; }
a { background-color: rgb(148,109,177); }
div.DivClassName
{
background-color: #946DB1;
}
.BgClassName
{
background-color: #946DB1;
}
</style>
border-color css
<style>
span { border-color: #946DB1; }
span { border-color: rgb(148,109,177); }
td.TdClassName
{
border-color: #946DB1;
}
.TagClassName
{
border-color: #946DB1;
}
</style>