Shades of Ce Soir #94699F
Tints of Ce Soir #94699F
RGB
CMYK
RGB Variations
Color information
#94699F (or 0x94699F) is known color: Ce Soir. HEX triplet: 94, 69 and 9F. RGB value is (148,105,159). Sum of RGB (Red+Green+Blue) = 148+105+159=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 159 - color contains mainly: blue. Hex color #94699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94699F is #6B9660. Grayscale: #7B7B7B. Windows color (decimal): -7050849 or 10447252. OLE color: 10447252.
HSL color Cylindrical-coordinate representation of color #94699F: hue angle of 287.78º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94699F is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 105 | 159 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.38 |
| HSL | 287.78º | 0.22% | 0.52% | - |
| HSV(B) | 287.78º | 0.34% | 0.62% | - |
| XYZ | 23.52 | 18.9 | 35.21 | - |
| YUV | 124.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 105 | 159 | 0.07 | 0.34 | 0 | 0.38 | 287.78 | 0.22 | 0.52 |
| Hex | 94 | 69 | 9F | 7 | 22 | 0 | 26 | 120 | 16 | 34 |
| Octal | 224 | 151 | 237 | 7 | 42 | 0 | 46 | 440 | 26 | 64 |
| Binary | 10010100 | 1101001 | 10011111 | 111 | 100010 | 0 | 100110 | 100100000 | 10110 | 110100 |
Color Harmonies of #94699F
Complementary color
Monochromatic Colors of #94699F
Black with #94699F
Text Example
Text Example
White with #94699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94699F; }
p { color: rgb(148,105,159); }
H1.HeaderClassName
{
color: #94699F;
}
.AnyTagClassName
{
color: #94699F;
}
</style>
background-color css
<style>
a { background-color: #94699F; }
a { background-color: rgb(148,105,159); }
div.DivClassName
{
background-color: #94699F;
}
.BgClassName
{
background-color: #94699F;
}
</style>
border-color css
<style>
span { border-color: #94699F; }
span { border-color: rgb(148,105,159); }
td.TdClassName
{
border-color: #94699F;
}
.TagClassName
{
border-color: #94699F;
}
</style>