Shades of Ce Soir #956CAE
Tints of Ce Soir #956CAE
RGB
CMYK
RGB Variations
Color information
#956CAE (or 0x956CAE) is known color: Ce Soir. HEX triplet: 95, 6C and AE. RGB value is (149,108,174). Sum of RGB (Red+Green+Blue) = 149+108+174=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #956CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956CAE is #6A9351. Grayscale: #7F7F7F. Windows color (decimal): -6984530 or 11431061. OLE color: 11431061.
HSL color Cylindrical-coordinate representation of color #956CAE: hue angle of 277.27º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #956CAE is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 108 | 174 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.32 |
| HSL | 277.27º | 0.29% | 0.55% | - |
| HSV(B) | 277.27º | 0.38% | 0.68% | - |
| XYZ | 25.4 | 20.17 | 42.6 | - |
| YUV | 127.78 | 154.08 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 174 | 0.14 | 0.38 | 0 | 0.32 | 277.27 | 0.29 | 0.55 |
| Hex | 95 | 6C | AE | E | 26 | 0 | 20 | 115 | 1D | 37 |
| Octal | 225 | 154 | 256 | 16 | 46 | 0 | 40 | 425 | 35 | 67 |
| Binary | 10010101 | 1101100 | 10101110 | 1110 | 100110 | 0 | 100000 | 100010101 | 11101 | 110111 |
Color Harmonies of #956CAE
Complementary color
Monochromatic Colors of #956CAE
Black with #956CAE
Text Example
Text Example
White with #956CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956CAE; }
p { color: rgb(149,108,174); }
H1.HeaderClassName
{
color: #956CAE;
}
.AnyTagClassName
{
color: #956CAE;
}
</style>
background-color css
<style>
a { background-color: #956CAE; }
a { background-color: rgb(149,108,174); }
div.DivClassName
{
background-color: #956CAE;
}
.BgClassName
{
background-color: #956CAE;
}
</style>
border-color css
<style>
span { border-color: #956CAE; }
span { border-color: rgb(149,108,174); }
td.TdClassName
{
border-color: #956CAE;
}
.TagClassName
{
border-color: #956CAE;
}
</style>