Shades of Ce Soir #956AAC
Tints of Ce Soir #956AAC
RGB
CMYK
RGB Variations
Color information
#956AAC (or 0x956AAC) is known color: Ce Soir. HEX triplet: 95, 6A and AC. RGB value is (149,106,172). Sum of RGB (Red+Green+Blue) = 149+106+172=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #956AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956AAC is #6A9553. Grayscale: #7E7E7E. Windows color (decimal): -6985044 or 11299477. OLE color: 11299477.
HSL color Cylindrical-coordinate representation of color #956AAC: hue angle of 279.09º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #956AAC is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 106 | 172 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.33 |
| HSL | 279.09º | 0.28% | 0.55% | - |
| HSV(B) | 279.09º | 0.38% | 0.67% | - |
| XYZ | 24.99 | 19.68 | 41.51 | - |
| YUV | 126.38 | 153.75 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 106 | 172 | 0.13 | 0.38 | 0 | 0.33 | 279.09 | 0.28 | 0.55 |
| Hex | 95 | 6A | AC | D | 26 | 0 | 21 | 117 | 1C | 37 |
| Octal | 225 | 152 | 254 | 15 | 46 | 0 | 41 | 427 | 34 | 67 |
| Binary | 10010101 | 1101010 | 10101100 | 1101 | 100110 | 0 | 100001 | 100010111 | 11100 | 110111 |
Color Harmonies of #956AAC
Complementary color
Monochromatic Colors of #956AAC
Black with #956AAC
Text Example
Text Example
White with #956AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956AAC; }
p { color: rgb(149,106,172); }
H1.HeaderClassName
{
color: #956AAC;
}
.AnyTagClassName
{
color: #956AAC;
}
</style>
background-color css
<style>
a { background-color: #956AAC; }
a { background-color: rgb(149,106,172); }
div.DivClassName
{
background-color: #956AAC;
}
.BgClassName
{
background-color: #956AAC;
}
</style>
border-color css
<style>
span { border-color: #956AAC; }
span { border-color: rgb(149,106,172); }
td.TdClassName
{
border-color: #956AAC;
}
.TagClassName
{
border-color: #956AAC;
}
</style>