Shades of Ce Soir #956DB0
Tints of Ce Soir #956DB0
RGB
CMYK
RGB Variations
Color information
#956DB0 (or 0x956DB0) is known color: Ce Soir. HEX triplet: 95, 6D and B0. RGB value is (149,109,176). Sum of RGB (Red+Green+Blue) = 149+109+176=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 176 - color contains mainly: blue. Hex color #956DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956DB0 is #6A924F. Grayscale: #808080. Windows color (decimal): -6984272 or 11562389. OLE color: 11562389.
HSL color Cylindrical-coordinate representation of color #956DB0: hue angle of 275.82º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #956DB0 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 109 | 176 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.31 |
| HSL | 275.82º | 0.3% | 0.56% | - |
| HSV(B) | 275.82º | 0.38% | 0.69% | - |
| XYZ | 25.7 | 20.46 | 43.67 | - |
| YUV | 128.6 | 154.75 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 176 | 0.15 | 0.38 | 0 | 0.31 | 275.82 | 0.3 | 0.56 |
| Hex | 95 | 6D | B0 | F | 26 | 0 | 1F | 114 | 1E | 38 |
| Octal | 225 | 155 | 260 | 17 | 46 | 0 | 37 | 424 | 36 | 70 |
| Binary | 10010101 | 1101101 | 10110000 | 1111 | 100110 | 0 | 11111 | 100010100 | 11110 | 111000 |
Color Harmonies of #956DB0
Complementary color
Monochromatic Colors of #956DB0
Black with #956DB0
Text Example
Text Example
White with #956DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956DB0; }
p { color: rgb(149,109,176); }
H1.HeaderClassName
{
color: #956DB0;
}
.AnyTagClassName
{
color: #956DB0;
}
</style>
background-color css
<style>
a { background-color: #956DB0; }
a { background-color: rgb(149,109,176); }
div.DivClassName
{
background-color: #956DB0;
}
.BgClassName
{
background-color: #956DB0;
}
</style>
border-color css
<style>
span { border-color: #956DB0; }
span { border-color: rgb(149,109,176); }
td.TdClassName
{
border-color: #956DB0;
}
.TagClassName
{
border-color: #956DB0;
}
</style>