Shades of Ce Soir #956BA9
Tints of Ce Soir #956BA9
RGB
CMYK
RGB Variations
Color information
#956BA9 (or 0x956BA9) is known color: Ce Soir. HEX triplet: 95, 6B and A9. RGB value is (149,107,169). Sum of RGB (Red+Green+Blue) = 149+107+169=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 169 - color contains mainly: blue. Hex color #956BA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956BA9 is #6A9456. Grayscale: #7E7E7E. Windows color (decimal): -6984791 or 11103125. OLE color: 11103125.
HSL color Cylindrical-coordinate representation of color #956BA9: hue angle of 280.65º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #956BA9 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 149 | 107 | 169 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.34 |
| HSL | 280.65º | 0.26% | 0.54% | - |
| HSV(B) | 280.65º | 0.37% | 0.66% | - |
| XYZ | 24.81 | 19.77 | 40.04 | - |
| YUV | 126.63 | 151.91 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 169 | 0.12 | 0.37 | 0 | 0.34 | 280.65 | 0.26 | 0.54 |
| Hex | 95 | 6B | A9 | C | 25 | 0 | 22 | 119 | 1A | 36 |
| Octal | 225 | 153 | 251 | 14 | 45 | 0 | 42 | 431 | 32 | 66 |
| Binary | 10010101 | 1101011 | 10101001 | 1100 | 100101 | 0 | 100010 | 100011001 | 11010 | 110110 |
Color Harmonies of #956BA9
Complementary color
Monochromatic Colors of #956BA9
Black with #956BA9
Text Example
Text Example
White with #956BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BA9; }
p { color: rgb(149,107,169); }
H1.HeaderClassName
{
color: #956BA9;
}
.AnyTagClassName
{
color: #956BA9;
}
</style>
background-color css
<style>
a { background-color: #956BA9; }
a { background-color: rgb(149,107,169); }
div.DivClassName
{
background-color: #956BA9;
}
.BgClassName
{
background-color: #956BA9;
}
</style>
border-color css
<style>
span { border-color: #956BA9; }
span { border-color: rgb(149,107,169); }
td.TdClassName
{
border-color: #956BA9;
}
.TagClassName
{
border-color: #956BA9;
}
</style>