Shades of Ce Soir #956BAB
Tints of Ce Soir #956BAB
RGB
CMYK
RGB Variations
Color information
#956BAB (or 0x956BAB) is known color: Ce Soir. HEX triplet: 95, 6B and AB. RGB value is (149,107,171). Sum of RGB (Red+Green+Blue) = 149+107+171=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #956BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956BAB is #6A9454. Grayscale: #7E7E7E. Windows color (decimal): -6984789 or 11234197. OLE color: 11234197.
HSL color Cylindrical-coordinate representation of color #956BAB: hue angle of 279.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #956BAB is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 107 | 171 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.33 |
| HSL | 279.38º | 0.28% | 0.55% | - |
| HSV(B) | 279.38º | 0.37% | 0.67% | - |
| XYZ | 25 | 19.85 | 41.04 | - |
| YUV | 126.85 | 152.91 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 171 | 0.13 | 0.37 | 0 | 0.33 | 279.38 | 0.28 | 0.55 |
| Hex | 95 | 6B | AB | D | 25 | 0 | 21 | 117 | 1C | 37 |
| Octal | 225 | 153 | 253 | 15 | 45 | 0 | 41 | 427 | 34 | 67 |
| Binary | 10010101 | 1101011 | 10101011 | 1101 | 100101 | 0 | 100001 | 100010111 | 11100 | 110111 |
Color Harmonies of #956BAB
Complementary color
Monochromatic Colors of #956BAB
Black with #956BAB
Text Example
Text Example
White with #956BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BAB; }
p { color: rgb(149,107,171); }
H1.HeaderClassName
{
color: #956BAB;
}
.AnyTagClassName
{
color: #956BAB;
}
</style>
background-color css
<style>
a { background-color: #956BAB; }
a { background-color: rgb(149,107,171); }
div.DivClassName
{
background-color: #956BAB;
}
.BgClassName
{
background-color: #956BAB;
}
</style>
border-color css
<style>
span { border-color: #956BAB; }
span { border-color: rgb(149,107,171); }
td.TdClassName
{
border-color: #956BAB;
}
.TagClassName
{
border-color: #956BAB;
}
</style>