Shades of Ce Soir #936BAE
Tints of Ce Soir #936BAE
RGB
CMYK
RGB Variations
Color information
#936BAE (or 0x936BAE) is known color: Ce Soir. HEX triplet: 93, 6B and AE. RGB value is (147,107,174). Sum of RGB (Red+Green+Blue) = 147+107+174=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #936BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936BAE is #6C9451. Grayscale: #7E7E7E. Windows color (decimal): -7115858 or 11430803. OLE color: 11430803.
HSL color Cylindrical-coordinate representation of color #936BAE: hue angle of 275.82º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #936BAE is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 107 | 174 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.32 |
| HSL | 275.82º | 0.29% | 0.55% | - |
| HSV(B) | 275.82º | 0.39% | 0.68% | - |
| XYZ | 24.93 | 19.77 | 42.55 | - |
| YUV | 126.6 | 154.75 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 107 | 174 | 0.16 | 0.39 | 0 | 0.32 | 275.82 | 0.29 | 0.55 |
| Hex | 93 | 6B | AE | 10 | 27 | 0 | 20 | 114 | 1D | 37 |
| Octal | 223 | 153 | 256 | 20 | 47 | 0 | 40 | 424 | 35 | 67 |
| Binary | 10010011 | 1101011 | 10101110 | 10000 | 100111 | 0 | 100000 | 100010100 | 11101 | 110111 |
Color Harmonies of #936BAE
Complementary color
Monochromatic Colors of #936BAE
Black with #936BAE
Text Example
Text Example
White with #936BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936BAE; }
p { color: rgb(147,107,174); }
H1.HeaderClassName
{
color: #936BAE;
}
.AnyTagClassName
{
color: #936BAE;
}
</style>
background-color css
<style>
a { background-color: #936BAE; }
a { background-color: rgb(147,107,174); }
div.DivClassName
{
background-color: #936BAE;
}
.BgClassName
{
background-color: #936BAE;
}
</style>
border-color css
<style>
span { border-color: #936BAE; }
span { border-color: rgb(147,107,174); }
td.TdClassName
{
border-color: #936BAE;
}
.TagClassName
{
border-color: #936BAE;
}
</style>