Shades of Ce Soir #956FB1
Tints of Ce Soir #956FB1
RGB
CMYK
RGB Variations
Color information
#956FB1 (or 0x956FB1) is known color: Ce Soir. HEX triplet: 95, 6F and B1. RGB value is (149,111,177). Sum of RGB (Red+Green+Blue) = 149+111+177=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 177 - color contains mainly: blue. Hex color #956FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956FB1 is #6A904E. Grayscale: #818181. Windows color (decimal): -6983759 or 11628437. OLE color: 11628437.
HSL color Cylindrical-coordinate representation of color #956FB1: hue angle of 274.55º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #956FB1 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 111 | 177 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.31 |
| HSL | 274.55º | 0.3% | 0.56% | - |
| HSV(B) | 274.55º | 0.37% | 0.69% | - |
| XYZ | 26.01 | 20.93 | 44.26 | - |
| YUV | 129.89 | 154.59 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 177 | 0.16 | 0.37 | 0 | 0.31 | 274.55 | 0.3 | 0.56 |
| Hex | 95 | 6F | B1 | 10 | 25 | 0 | 1F | 113 | 1E | 38 |
| Octal | 225 | 157 | 261 | 20 | 45 | 0 | 37 | 423 | 36 | 70 |
| Binary | 10010101 | 1101111 | 10110001 | 10000 | 100101 | 0 | 11111 | 100010011 | 11110 | 111000 |
Color Harmonies of #956FB1
Complementary color
Monochromatic Colors of #956FB1
Black with #956FB1
Text Example
Text Example
White with #956FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956FB1; }
p { color: rgb(149,111,177); }
H1.HeaderClassName
{
color: #956FB1;
}
.AnyTagClassName
{
color: #956FB1;
}
</style>
background-color css
<style>
a { background-color: #956FB1; }
a { background-color: rgb(149,111,177); }
div.DivClassName
{
background-color: #956FB1;
}
.BgClassName
{
background-color: #956FB1;
}
</style>
border-color css
<style>
span { border-color: #956FB1; }
span { border-color: rgb(149,111,177); }
td.TdClassName
{
border-color: #956FB1;
}
.TagClassName
{
border-color: #956FB1;
}
</style>