Shades of Ce Soir #956BB4
Tints of Ce Soir #956BB4
RGB
CMYK
RGB Variations
Color information
#956BB4 (or 0x956BB4) is known color: Ce Soir. HEX triplet: 95, 6B and B4. RGB value is (149,107,180). Sum of RGB (Red+Green+Blue) = 149+107+180=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 180 - color contains mainly: blue. Hex color #956BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BB4 is #6A944B. Grayscale: #7F7F7F. Windows color (decimal): -6984780 or 11824021. OLE color: 11824021.
HSL color Cylindrical-coordinate representation of color #956BB4: hue angle of 274.52º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #956BB4 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 107 | 180 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.29 |
| HSL | 274.52º | 0.33% | 0.56% | - |
| HSV(B) | 274.52º | 0.41% | 0.71% | - |
| XYZ | 25.89 | 20.2 | 45.71 | - |
| YUV | 127.88 | 157.41 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 180 | 0.17 | 0.41 | 0 | 0.29 | 274.52 | 0.33 | 0.56 |
| Hex | 95 | 6B | B4 | 11 | 29 | 0 | 1D | 113 | 21 | 38 |
| Octal | 225 | 153 | 264 | 21 | 51 | 0 | 35 | 423 | 41 | 70 |
| Binary | 10010101 | 1101011 | 10110100 | 10001 | 101001 | 0 | 11101 | 100010011 | 100001 | 111000 |
Color Harmonies of #956BB4
Complementary color
Monochromatic Colors of #956BB4
Black with #956BB4
Text Example
Text Example
White with #956BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BB4; }
p { color: rgb(149,107,180); }
H1.HeaderClassName
{
color: #956BB4;
}
.AnyTagClassName
{
color: #956BB4;
}
</style>
background-color css
<style>
a { background-color: #956BB4; }
a { background-color: rgb(149,107,180); }
div.DivClassName
{
background-color: #956BB4;
}
.BgClassName
{
background-color: #956BB4;
}
</style>
border-color css
<style>
span { border-color: #956BB4; }
span { border-color: rgb(149,107,180); }
td.TdClassName
{
border-color: #956BB4;
}
.TagClassName
{
border-color: #956BB4;
}
</style>