Shades of Ce Soir #94769F
Tints of Ce Soir #94769F
RGB
CMYK
RGB Variations
Color information
#94769F (or 0x94769F) is known color: Ce Soir. HEX triplet: 94, 76 and 9F. RGB value is (148,118,159). Sum of RGB (Red+Green+Blue) = 148+118+159=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 159 - color contains mainly: blue. Hex color #94769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94769F is #6B8960. Grayscale: #838383. Windows color (decimal): -7047521 or 10450580. OLE color: 10450580.
HSL color Cylindrical-coordinate representation of color #94769F: hue angle of 283.9º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94769F is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 118 | 159 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.38 |
| HSL | 283.9º | 0.18% | 0.54% | - |
| HSV(B) | 283.9º | 0.26% | 0.62% | - |
| XYZ | 24.95 | 21.76 | 35.69 | - |
| YUV | 131.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 118 | 159 | 0.07 | 0.26 | 0 | 0.38 | 283.9 | 0.18 | 0.54 |
| Hex | 94 | 76 | 9F | 7 | 1A | 0 | 26 | 11C | 12 | 36 |
| Octal | 224 | 166 | 237 | 7 | 32 | 0 | 46 | 434 | 22 | 66 |
| Binary | 10010100 | 1110110 | 10011111 | 111 | 11010 | 0 | 100110 | 100011100 | 10010 | 110110 |
Color Harmonies of #94769F
Complementary color
Monochromatic Colors of #94769F
Black with #94769F
Text Example
Text Example
White with #94769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94769F; }
p { color: rgb(148,118,159); }
H1.HeaderClassName
{
color: #94769F;
}
.AnyTagClassName
{
color: #94769F;
}
</style>
background-color css
<style>
a { background-color: #94769F; }
a { background-color: rgb(148,118,159); }
div.DivClassName
{
background-color: #94769F;
}
.BgClassName
{
background-color: #94769F;
}
</style>
border-color css
<style>
span { border-color: #94769F; }
span { border-color: rgb(148,118,159); }
td.TdClassName
{
border-color: #94769F;
}
.TagClassName
{
border-color: #94769F;
}
</style>