Shades of Ce Soir #956BAE
Tints of Ce Soir #956BAE
RGB
CMYK
RGB Variations
Color information
#956BAE (or 0x956BAE) is known color: Ce Soir. HEX triplet: 95, 6B and AE. RGB value is (149,107,174). Sum of RGB (Red+Green+Blue) = 149+107+174=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #956BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956BAE is #6A9451. Grayscale: #7E7E7E. Windows color (decimal): -6984786 or 11430805. OLE color: 11430805.
HSL color Cylindrical-coordinate representation of color #956BAE: hue angle of 277.61º 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 #956BAE is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 107 | 174 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.32 |
| HSL | 277.61º | 0.29% | 0.55% | - |
| HSV(B) | 277.61º | 0.39% | 0.68% | - |
| XYZ | 25.29 | 19.96 | 42.56 | - |
| YUV | 127.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 174 | 0.14 | 0.39 | 0 | 0.32 | 277.61 | 0.29 | 0.55 |
| Hex | 95 | 6B | AE | E | 27 | 0 | 20 | 116 | 1D | 37 |
| Octal | 225 | 153 | 256 | 16 | 47 | 0 | 40 | 426 | 35 | 67 |
| Binary | 10010101 | 1101011 | 10101110 | 1110 | 100111 | 0 | 100000 | 100010110 | 11101 | 110111 |
Color Harmonies of #956BAE
Complementary color
Monochromatic Colors of #956BAE
Black with #956BAE
Text Example
Text Example
White with #956BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BAE; }
p { color: rgb(149,107,174); }
H1.HeaderClassName
{
color: #956BAE;
}
.AnyTagClassName
{
color: #956BAE;
}
</style>
background-color css
<style>
a { background-color: #956BAE; }
a { background-color: rgb(149,107,174); }
div.DivClassName
{
background-color: #956BAE;
}
.BgClassName
{
background-color: #956BAE;
}
</style>
border-color css
<style>
span { border-color: #956BAE; }
span { border-color: rgb(149,107,174); }
td.TdClassName
{
border-color: #956BAE;
}
.TagClassName
{
border-color: #956BAE;
}
</style>