Shades of Ce Soir #936EA1
Tints of Ce Soir #936EA1
RGB
CMYK
RGB Variations
Color information
#936EA1 (or 0x936EA1) is known color: Ce Soir. HEX triplet: 93, 6E and A1. RGB value is (147,110,161). Sum of RGB (Red+Green+Blue) = 147+110+161=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 161 - color contains mainly: blue. Hex color #936EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936EA1 is #6C915E. Grayscale: #7E7E7E. Windows color (decimal): -7115103 or 10579603. OLE color: 10579603.
HSL color Cylindrical-coordinate representation of color #936EA1: hue angle of 283.53º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #936EA1 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 110 | 161 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.37 |
| HSL | 283.53º | 0.21% | 0.53% | - |
| HSV(B) | 283.53º | 0.32% | 0.63% | - |
| XYZ | 24.04 | 19.93 | 36.3 | - |
| YUV | 126.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 161 | 0.09 | 0.32 | 0 | 0.37 | 283.53 | 0.21 | 0.53 |
| Hex | 93 | 6E | A1 | 9 | 20 | 0 | 25 | 11C | 15 | 35 |
| Octal | 223 | 156 | 241 | 11 | 40 | 0 | 45 | 434 | 25 | 65 |
| Binary | 10010011 | 1101110 | 10100001 | 1001 | 100000 | 0 | 100101 | 100011100 | 10101 | 110101 |
Color Harmonies of #936EA1
Complementary color
Monochromatic Colors of #936EA1
Black with #936EA1
Text Example
Text Example
White with #936EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936EA1; }
p { color: rgb(147,110,161); }
H1.HeaderClassName
{
color: #936EA1;
}
.AnyTagClassName
{
color: #936EA1;
}
</style>
background-color css
<style>
a { background-color: #936EA1; }
a { background-color: rgb(147,110,161); }
div.DivClassName
{
background-color: #936EA1;
}
.BgClassName
{
background-color: #936EA1;
}
</style>
border-color css
<style>
span { border-color: #936EA1; }
span { border-color: rgb(147,110,161); }
td.TdClassName
{
border-color: #936EA1;
}
.TagClassName
{
border-color: #936EA1;
}
</style>