Shades of Ce Soir #956BAC
Tints of Ce Soir #956BAC
RGB
CMYK
RGB Variations
Color information
#956BAC (or 0x956BAC) is known color: Ce Soir. HEX triplet: 95, 6B and AC. RGB value is (149,107,172). Sum of RGB (Red+Green+Blue) = 149+107+172=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #956BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956BAC is #6A9453. Grayscale: #7E7E7E. Windows color (decimal): -6984788 or 11299733. OLE color: 11299733.
HSL color Cylindrical-coordinate representation of color #956BAC: hue angle of 278.77º 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 #956BAC is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 107 | 172 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.33 |
| HSL | 278.77º | 0.28% | 0.55% | - |
| HSV(B) | 278.77º | 0.38% | 0.67% | - |
| XYZ | 25.1 | 19.88 | 41.54 | - |
| YUV | 126.97 | 153.41 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 172 | 0.13 | 0.38 | 0 | 0.33 | 278.77 | 0.28 | 0.55 |
| Hex | 95 | 6B | AC | D | 26 | 0 | 21 | 117 | 1C | 37 |
| Octal | 225 | 153 | 254 | 15 | 46 | 0 | 41 | 427 | 34 | 67 |
| Binary | 10010101 | 1101011 | 10101100 | 1101 | 100110 | 0 | 100001 | 100010111 | 11100 | 110111 |
Color Harmonies of #956BAC
Complementary color
Monochromatic Colors of #956BAC
Black with #956BAC
Text Example
Text Example
White with #956BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BAC; }
p { color: rgb(149,107,172); }
H1.HeaderClassName
{
color: #956BAC;
}
.AnyTagClassName
{
color: #956BAC;
}
</style>
background-color css
<style>
a { background-color: #956BAC; }
a { background-color: rgb(149,107,172); }
div.DivClassName
{
background-color: #956BAC;
}
.BgClassName
{
background-color: #956BAC;
}
</style>
border-color css
<style>
span { border-color: #956BAC; }
span { border-color: rgb(149,107,172); }
td.TdClassName
{
border-color: #956BAC;
}
.TagClassName
{
border-color: #956BAC;
}
</style>