Shades of Ce Soir #93779F
Tints of Ce Soir #93779F
RGB
CMYK
RGB Variations
Color information
#93779F (or 0x93779F) is known color: Ce Soir. HEX triplet: 93, 77 and 9F. RGB value is (147,119,159). Sum of RGB (Red+Green+Blue) = 147+119+159=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 119 (46.88% from 255 or 28% 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 #93779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93779F is #6C8860. Grayscale: #838383. Windows color (decimal): -7112801 or 10450835. OLE color: 10450835.
HSL color Cylindrical-coordinate representation of color #93779F: hue angle of 282º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93779F is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 119 | 159 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.38 |
| HSL | 282º | 0.17% | 0.55% | - |
| HSV(B) | 282º | 0.25% | 0.62% | - |
| XYZ | 24.89 | 21.9 | 35.72 | - |
| YUV | 131.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 119 | 159 | 0.08 | 0.25 | 0 | 0.38 | 282 | 0.17 | 0.55 |
| Hex | 93 | 77 | 9F | 8 | 19 | 0 | 26 | 11A | 11 | 37 |
| Octal | 223 | 167 | 237 | 10 | 31 | 0 | 46 | 432 | 21 | 67 |
| Binary | 10010011 | 1110111 | 10011111 | 1000 | 11001 | 0 | 100110 | 100011010 | 10001 | 110111 |
Color Harmonies of #93779F
Complementary color
Monochromatic Colors of #93779F
Black with #93779F
Text Example
Text Example
White with #93779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93779F; }
p { color: rgb(147,119,159); }
H1.HeaderClassName
{
color: #93779F;
}
.AnyTagClassName
{
color: #93779F;
}
</style>
background-color css
<style>
a { background-color: #93779F; }
a { background-color: rgb(147,119,159); }
div.DivClassName
{
background-color: #93779F;
}
.BgClassName
{
background-color: #93779F;
}
</style>
border-color css
<style>
span { border-color: #93779F; }
span { border-color: rgb(147,119,159); }
td.TdClassName
{
border-color: #93779F;
}
.TagClassName
{
border-color: #93779F;
}
</style>