Shades of Ce Soir #93759C
Tints of Ce Soir #93759C
RGB
CMYK
RGB Variations
Color information
#93759C (or 0x93759C) is known color: Ce Soir. HEX triplet: 93, 75 and 9C. RGB value is (147,117,156). Sum of RGB (Red+Green+Blue) = 147+117+156=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 156 - color contains mainly: blue. Hex color #93759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93759C is #6C8A63. Grayscale: #828282. Windows color (decimal): -7113316 or 10253715. OLE color: 10253715.
HSL color Cylindrical-coordinate representation of color #93759C: hue angle of 286.15º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93759C is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 117 | 156 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.39 |
| HSL | 286.15º | 0.16% | 0.54% | - |
| HSV(B) | 286.15º | 0.25% | 0.61% | - |
| XYZ | 24.39 | 21.33 | 34.28 | - |
| YUV | 130.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 156 | 0.06 | 0.25 | 0 | 0.39 | 286.15 | 0.16 | 0.54 |
| Hex | 93 | 75 | 9C | 6 | 19 | 0 | 27 | 11E | 10 | 36 |
| Octal | 223 | 165 | 234 | 6 | 31 | 0 | 47 | 436 | 20 | 66 |
| Binary | 10010011 | 1110101 | 10011100 | 110 | 11001 | 0 | 100111 | 100011110 | 10000 | 110110 |
Color Harmonies of #93759C
Complementary color
Monochromatic Colors of #93759C
Black with #93759C
Text Example
Text Example
White with #93759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93759C; }
p { color: rgb(147,117,156); }
H1.HeaderClassName
{
color: #93759C;
}
.AnyTagClassName
{
color: #93759C;
}
</style>
background-color css
<style>
a { background-color: #93759C; }
a { background-color: rgb(147,117,156); }
div.DivClassName
{
background-color: #93759C;
}
.BgClassName
{
background-color: #93759C;
}
</style>
border-color css
<style>
span { border-color: #93759C; }
span { border-color: rgb(147,117,156); }
td.TdClassName
{
border-color: #93759C;
}
.TagClassName
{
border-color: #93759C;
}
</style>