Shades of Ce Soir #956DB1
Tints of Ce Soir #956DB1
RGB
CMYK
RGB Variations
Color information
#956DB1 (or 0x956DB1) is known color: Ce Soir. HEX triplet: 95, 6D and B1. RGB value is (149,109,177). Sum of RGB (Red+Green+Blue) = 149+109+177=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 177 - color contains mainly: blue. Hex color #956DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956DB1 is #6A924E. Grayscale: #808080. Windows color (decimal): -6984271 or 11627925. OLE color: 11627925.
HSL color Cylindrical-coordinate representation of color #956DB1: hue angle of 275.29º 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 #956DB1 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 109 | 177 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.31 |
| HSL | 275.29º | 0.3% | 0.56% | - |
| HSV(B) | 275.29º | 0.38% | 0.69% | - |
| XYZ | 25.8 | 20.5 | 44.19 | - |
| YUV | 128.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 177 | 0.16 | 0.38 | 0 | 0.31 | 275.29 | 0.3 | 0.56 |
| Hex | 95 | 6D | B1 | 10 | 26 | 0 | 1F | 113 | 1E | 38 |
| Octal | 225 | 155 | 261 | 20 | 46 | 0 | 37 | 423 | 36 | 70 |
| Binary | 10010101 | 1101101 | 10110001 | 10000 | 100110 | 0 | 11111 | 100010011 | 11110 | 111000 |
Color Harmonies of #956DB1
Complementary color
Monochromatic Colors of #956DB1
Black with #956DB1
Text Example
Text Example
White with #956DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956DB1; }
p { color: rgb(149,109,177); }
H1.HeaderClassName
{
color: #956DB1;
}
.AnyTagClassName
{
color: #956DB1;
}
</style>
background-color css
<style>
a { background-color: #956DB1; }
a { background-color: rgb(149,109,177); }
div.DivClassName
{
background-color: #956DB1;
}
.BgClassName
{
background-color: #956DB1;
}
</style>
border-color css
<style>
span { border-color: #956DB1; }
span { border-color: rgb(149,109,177); }
td.TdClassName
{
border-color: #956DB1;
}
.TagClassName
{
border-color: #956DB1;
}
</style>