Shades of Ce Soir #956AAD
Tints of Ce Soir #956AAD
RGB
CMYK
RGB Variations
Color information
#956AAD (or 0x956AAD) is known color: Ce Soir. HEX triplet: 95, 6A and AD. RGB value is (149,106,173). Sum of RGB (Red+Green+Blue) = 149+106+173=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #956AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956AAD is #6A9552. Grayscale: #7E7E7E. Windows color (decimal): -6985043 or 11365013. OLE color: 11365013.
HSL color Cylindrical-coordinate representation of color #956AAD: hue angle of 278.51º 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 #956AAD is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 106 | 173 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.32 |
| HSL | 278.51º | 0.29% | 0.55% | - |
| HSV(B) | 278.51º | 0.39% | 0.68% | - |
| XYZ | 25.09 | 19.71 | 42.02 | - |
| YUV | 126.5 | 154.25 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 106 | 173 | 0.14 | 0.39 | 0 | 0.32 | 278.51 | 0.29 | 0.55 |
| Hex | 95 | 6A | AD | E | 27 | 0 | 20 | 117 | 1D | 37 |
| Octal | 225 | 152 | 255 | 16 | 47 | 0 | 40 | 427 | 35 | 67 |
| Binary | 10010101 | 1101010 | 10101101 | 1110 | 100111 | 0 | 100000 | 100010111 | 11101 | 110111 |
Color Harmonies of #956AAD
Complementary color
Monochromatic Colors of #956AAD
Black with #956AAD
Text Example
Text Example
White with #956AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956AAD; }
p { color: rgb(149,106,173); }
H1.HeaderClassName
{
color: #956AAD;
}
.AnyTagClassName
{
color: #956AAD;
}
</style>
background-color css
<style>
a { background-color: #956AAD; }
a { background-color: rgb(149,106,173); }
div.DivClassName
{
background-color: #956AAD;
}
.BgClassName
{
background-color: #956AAD;
}
</style>
border-color css
<style>
span { border-color: #956AAD; }
span { border-color: rgb(149,106,173); }
td.TdClassName
{
border-color: #956AAD;
}
.TagClassName
{
border-color: #956AAD;
}
</style>