Shades of Ce Soir #94749F
Tints of Ce Soir #94749F
RGB
CMYK
RGB Variations
Color information
#94749F (or 0x94749F) is known color: Ce Soir. HEX triplet: 94, 74 and 9F. RGB value is (148,116,159). Sum of RGB (Red+Green+Blue) = 148+116+159=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #94749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94749F is #6B8B60. Grayscale: #828282. Windows color (decimal): -7048033 or 10450068. OLE color: 10450068.
HSL color Cylindrical-coordinate representation of color #94749F: hue angle of 284.65º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94749F is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 116 | 159 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.38 |
| HSL | 284.65º | 0.18% | 0.54% | - |
| HSV(B) | 284.65º | 0.27% | 0.62% | - |
| XYZ | 24.72 | 21.29 | 35.61 | - |
| YUV | 130.47 | 144.1 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 116 | 159 | 0.07 | 0.27 | 0 | 0.38 | 284.65 | 0.18 | 0.54 |
| Hex | 94 | 74 | 9F | 7 | 1B | 0 | 26 | 11D | 12 | 36 |
| Octal | 224 | 164 | 237 | 7 | 33 | 0 | 46 | 435 | 22 | 66 |
| Binary | 10010100 | 1110100 | 10011111 | 111 | 11011 | 0 | 100110 | 100011101 | 10010 | 110110 |
Color Harmonies of #94749F
Complementary color
Monochromatic Colors of #94749F
Black with #94749F
Text Example
Text Example
White with #94749F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94749F; }
p { color: rgb(148,116,159); }
H1.HeaderClassName
{
color: #94749F;
}
.AnyTagClassName
{
color: #94749F;
}
</style>
background-color css
<style>
a { background-color: #94749F; }
a { background-color: rgb(148,116,159); }
div.DivClassName
{
background-color: #94749F;
}
.BgClassName
{
background-color: #94749F;
}
</style>
border-color css
<style>
span { border-color: #94749F; }
span { border-color: rgb(148,116,159); }
td.TdClassName
{
border-color: #94749F;
}
.TagClassName
{
border-color: #94749F;
}
</style>