Shades of Ce Soir #94749B
Tints of Ce Soir #94749B
RGB
CMYK
RGB Variations
Color information
#94749B (or 0x94749B) is known color: Ce Soir. HEX triplet: 94, 74 and 9B. RGB value is (148,116,155). Sum of RGB (Red+Green+Blue) = 148+116+155=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 155 - color contains mainly: blue. Hex color #94749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94749B is #6B8B64. Grayscale: #818181. Windows color (decimal): -7048037 or 10187924. OLE color: 10187924.
HSL color Cylindrical-coordinate representation of color #94749B: hue angle of 289.23º 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 #94749B is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 116 | 155 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.39 |
| HSL | 289.23º | 0.16% | 0.53% | - |
| HSV(B) | 289.23º | 0.25% | 0.61% | - |
| XYZ | 24.37 | 21.15 | 33.81 | - |
| YUV | 130.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 116 | 155 | 0.05 | 0.25 | 0 | 0.39 | 289.23 | 0.16 | 0.53 |
| Hex | 94 | 74 | 9B | 5 | 19 | 0 | 27 | 121 | 10 | 35 |
| Octal | 224 | 164 | 233 | 5 | 31 | 0 | 47 | 441 | 20 | 65 |
| Binary | 10010100 | 1110100 | 10011011 | 101 | 11001 | 0 | 100111 | 100100001 | 10000 | 110101 |
Color Harmonies of #94749B
Complementary color
Monochromatic Colors of #94749B
Black with #94749B
Text Example
Text Example
White with #94749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94749B; }
p { color: rgb(148,116,155); }
H1.HeaderClassName
{
color: #94749B;
}
.AnyTagClassName
{
color: #94749B;
}
</style>
background-color css
<style>
a { background-color: #94749B; }
a { background-color: rgb(148,116,155); }
div.DivClassName
{
background-color: #94749B;
}
.BgClassName
{
background-color: #94749B;
}
</style>
border-color css
<style>
span { border-color: #94749B; }
span { border-color: rgb(148,116,155); }
td.TdClassName
{
border-color: #94749B;
}
.TagClassName
{
border-color: #94749B;
}
</style>