Shades of Ce Soir #94759C
Tints of Ce Soir #94759C
RGB
CMYK
RGB Variations
Color information
#94759C (or 0x94759C) is known color: Ce Soir. HEX triplet: 94, 75 and 9C. RGB value is (148,117,156). Sum of RGB (Red+Green+Blue) = 148+117+156=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 156 - color contains mainly: blue. Hex color #94759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94759C is #6B8A63. Grayscale: #828282. Windows color (decimal): -7047780 or 10253716. OLE color: 10253716.
HSL color Cylindrical-coordinate representation of color #94759C: hue angle of 287.69º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94759C is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 117 | 156 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.39 |
| HSL | 287.69º | 0.16% | 0.54% | - |
| HSV(B) | 287.69º | 0.25% | 0.61% | - |
| XYZ | 24.57 | 21.42 | 34.29 | - |
| YUV | 130.72 | 142.27 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 156 | 0.05 | 0.25 | 0 | 0.39 | 287.69 | 0.16 | 0.54 |
| Hex | 94 | 75 | 9C | 5 | 19 | 0 | 27 | 120 | 10 | 36 |
| Octal | 224 | 165 | 234 | 5 | 31 | 0 | 47 | 440 | 20 | 66 |
| Binary | 10010100 | 1110101 | 10011100 | 101 | 11001 | 0 | 100111 | 100100000 | 10000 | 110110 |
Color Harmonies of #94759C
Complementary color
Monochromatic Colors of #94759C
Black with #94759C
Text Example
Text Example
White with #94759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94759C; }
p { color: rgb(148,117,156); }
H1.HeaderClassName
{
color: #94759C;
}
.AnyTagClassName
{
color: #94759C;
}
</style>
background-color css
<style>
a { background-color: #94759C; }
a { background-color: rgb(148,117,156); }
div.DivClassName
{
background-color: #94759C;
}
.BgClassName
{
background-color: #94759C;
}
</style>
border-color css
<style>
span { border-color: #94759C; }
span { border-color: rgb(148,117,156); }
td.TdClassName
{
border-color: #94759C;
}
.TagClassName
{
border-color: #94759C;
}
</style>