Shades of Ce Soir #93759B
Tints of Ce Soir #93759B
RGB
CMYK
RGB Variations
Color information
#93759B (or 0x93759B) is known color: Ce Soir. HEX triplet: 93, 75 and 9B. RGB value is (147,117,155). Sum of RGB (Red+Green+Blue) = 147+117+155=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 117 (46.09% from 255 or 27.92% 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 #93759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93759B is #6C8A64. Grayscale: #828282. Windows color (decimal): -7113317 or 10188179. OLE color: 10188179.
HSL color Cylindrical-coordinate representation of color #93759B: hue angle of 287.37º 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 #93759B is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 117 | 155 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.39 |
| HSL | 287.37º | 0.16% | 0.53% | - |
| HSV(B) | 287.37º | 0.25% | 0.61% | - |
| XYZ | 24.31 | 21.29 | 33.84 | - |
| YUV | 130.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 155 | 0.05 | 0.25 | 0 | 0.39 | 287.37 | 0.16 | 0.53 |
| Hex | 93 | 75 | 9B | 5 | 19 | 0 | 27 | 11F | 10 | 35 |
| Octal | 223 | 165 | 233 | 5 | 31 | 0 | 47 | 437 | 20 | 65 |
| Binary | 10010011 | 1110101 | 10011011 | 101 | 11001 | 0 | 100111 | 100011111 | 10000 | 110101 |
Color Harmonies of #93759B
Complementary color
Monochromatic Colors of #93759B
Black with #93759B
Text Example
Text Example
White with #93759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93759B; }
p { color: rgb(147,117,155); }
H1.HeaderClassName
{
color: #93759B;
}
.AnyTagClassName
{
color: #93759B;
}
</style>
background-color css
<style>
a { background-color: #93759B; }
a { background-color: rgb(147,117,155); }
div.DivClassName
{
background-color: #93759B;
}
.BgClassName
{
background-color: #93759B;
}
</style>
border-color css
<style>
span { border-color: #93759B; }
span { border-color: rgb(147,117,155); }
td.TdClassName
{
border-color: #93759B;
}
.TagClassName
{
border-color: #93759B;
}
</style>