Shades of Ce Soir #94759B
Tints of Ce Soir #94759B
RGB
CMYK
RGB Variations
Color information
#94759B (or 0x94759B) is known color: Ce Soir. HEX triplet: 94, 75 and 9B. RGB value is (148,117,155). Sum of RGB (Red+Green+Blue) = 148+117+155=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #94759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94759B is #6B8A64. Grayscale: #828282. Windows color (decimal): -7047781 or 10188180. OLE color: 10188180.
HSL color Cylindrical-coordinate representation of color #94759B: hue angle of 288.95º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94759B is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 117 | 155 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.39 |
| HSL | 288.95º | 0.16% | 0.53% | - |
| HSV(B) | 288.95º | 0.25% | 0.61% | - |
| XYZ | 24.49 | 21.39 | 33.85 | - |
| YUV | 130.6 | 141.77 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 155 | 0.05 | 0.25 | 0 | 0.39 | 288.95 | 0.16 | 0.53 |
| Hex | 94 | 75 | 9B | 5 | 19 | 0 | 27 | 121 | 10 | 35 |
| Octal | 224 | 165 | 233 | 5 | 31 | 0 | 47 | 441 | 20 | 65 |
| Binary | 10010100 | 1110101 | 10011011 | 101 | 11001 | 0 | 100111 | 100100001 | 10000 | 110101 |
Color Harmonies of #94759B
Complementary color
Monochromatic Colors of #94759B
Black with #94759B
Text Example
Text Example
White with #94759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94759B; }
p { color: rgb(148,117,155); }
H1.HeaderClassName
{
color: #94759B;
}
.AnyTagClassName
{
color: #94759B;
}
</style>
background-color css
<style>
a { background-color: #94759B; }
a { background-color: rgb(148,117,155); }
div.DivClassName
{
background-color: #94759B;
}
.BgClassName
{
background-color: #94759B;
}
</style>
border-color css
<style>
span { border-color: #94759B; }
span { border-color: rgb(148,117,155); }
td.TdClassName
{
border-color: #94759B;
}
.TagClassName
{
border-color: #94759B;
}
</style>