Shades of Ce Soir #956DAE
Tints of Ce Soir #956DAE
RGB
CMYK
RGB Variations
Color information
#956DAE (or 0x956DAE) is known color: Ce Soir. HEX triplet: 95, 6D and AE. RGB value is (149,109,174). Sum of RGB (Red+Green+Blue) = 149+109+174=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #956DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956DAE is #6A9251. Grayscale: #808080. Windows color (decimal): -6984274 or 11431317. OLE color: 11431317.
HSL color Cylindrical-coordinate representation of color #956DAE: hue angle of 276.92º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #956DAE is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 109 | 174 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.32 |
| HSL | 276.92º | 0.29% | 0.55% | - |
| HSV(B) | 276.92º | 0.37% | 0.68% | - |
| XYZ | 25.5 | 20.38 | 42.63 | - |
| YUV | 128.37 | 153.75 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 174 | 0.14 | 0.37 | 0 | 0.32 | 276.92 | 0.29 | 0.55 |
| Hex | 95 | 6D | AE | E | 25 | 0 | 20 | 115 | 1D | 37 |
| Octal | 225 | 155 | 256 | 16 | 45 | 0 | 40 | 425 | 35 | 67 |
| Binary | 10010101 | 1101101 | 10101110 | 1110 | 100101 | 0 | 100000 | 100010101 | 11101 | 110111 |
Color Harmonies of #956DAE
Complementary color
Monochromatic Colors of #956DAE
Black with #956DAE
Text Example
Text Example
White with #956DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956DAE; }
p { color: rgb(149,109,174); }
H1.HeaderClassName
{
color: #956DAE;
}
.AnyTagClassName
{
color: #956DAE;
}
</style>
background-color css
<style>
a { background-color: #956DAE; }
a { background-color: rgb(149,109,174); }
div.DivClassName
{
background-color: #956DAE;
}
.BgClassName
{
background-color: #956DAE;
}
</style>
border-color css
<style>
span { border-color: #956DAE; }
span { border-color: rgb(149,109,174); }
td.TdClassName
{
border-color: #956DAE;
}
.TagClassName
{
border-color: #956DAE;
}
</style>