Shades of Ce Soir #956BB3
Tints of Ce Soir #956BB3
RGB
CMYK
RGB Variations
Color information
#956BB3 (or 0x956BB3) is known color: Ce Soir. HEX triplet: 95, 6B and B3. RGB value is (149,107,179). Sum of RGB (Red+Green+Blue) = 149+107+179=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 179 - color contains mainly: blue. Hex color #956BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BB3 is #6A944C. Grayscale: #7F7F7F. Windows color (decimal): -6984781 or 11758485. OLE color: 11758485.
HSL color Cylindrical-coordinate representation of color #956BB3: hue angle of 275º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #956BB3 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 107 | 179 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.30 |
| HSL | 275º | 0.32% | 0.56% | - |
| HSV(B) | 275º | 0.4% | 0.7% | - |
| XYZ | 25.79 | 20.16 | 45.18 | - |
| YUV | 127.77 | 156.91 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 179 | 0.17 | 0.40 | 0 | 0.30 | 275 | 0.32 | 0.56 |
| Hex | 95 | 6B | B3 | 11 | 28 | 0 | 1E | 113 | 20 | 38 |
| Octal | 225 | 153 | 263 | 21 | 50 | 0 | 36 | 423 | 40 | 70 |
| Binary | 10010101 | 1101011 | 10110011 | 10001 | 101000 | 0 | 11110 | 100010011 | 100000 | 111000 |
Color Harmonies of #956BB3
Complementary color
Monochromatic Colors of #956BB3
Black with #956BB3
Text Example
Text Example
White with #956BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BB3; }
p { color: rgb(149,107,179); }
H1.HeaderClassName
{
color: #956BB3;
}
.AnyTagClassName
{
color: #956BB3;
}
</style>
background-color css
<style>
a { background-color: #956BB3; }
a { background-color: rgb(149,107,179); }
div.DivClassName
{
background-color: #956BB3;
}
.BgClassName
{
background-color: #956BB3;
}
</style>
border-color css
<style>
span { border-color: #956BB3; }
span { border-color: rgb(149,107,179); }
td.TdClassName
{
border-color: #956BB3;
}
.TagClassName
{
border-color: #956BB3;
}
</style>