Shades of Ce Soir #956BB0
Tints of Ce Soir #956BB0
RGB
CMYK
RGB Variations
Color information
#956BB0 (or 0x956BB0) is known color: Ce Soir. HEX triplet: 95, 6B and B0. RGB value is (149,107,176). Sum of RGB (Red+Green+Blue) = 149+107+176=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 176 - color contains mainly: blue. Hex color #956BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956BB0 is #6A944F. Grayscale: #7F7F7F. Windows color (decimal): -6984784 or 11561877. OLE color: 11561877.
HSL color Cylindrical-coordinate representation of color #956BB0: hue angle of 276.52º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #956BB0 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 107 | 176 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.31 |
| HSL | 276.52º | 0.3% | 0.55% | - |
| HSV(B) | 276.52º | 0.39% | 0.69% | - |
| XYZ | 25.49 | 20.04 | 43.6 | - |
| YUV | 127.42 | 155.41 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 176 | 0.15 | 0.39 | 0 | 0.31 | 276.52 | 0.3 | 0.55 |
| Hex | 95 | 6B | B0 | F | 27 | 0 | 1F | 115 | 1E | 37 |
| Octal | 225 | 153 | 260 | 17 | 47 | 0 | 37 | 425 | 36 | 67 |
| Binary | 10010101 | 1101011 | 10110000 | 1111 | 100111 | 0 | 11111 | 100010101 | 11110 | 110111 |
Color Harmonies of #956BB0
Complementary color
Monochromatic Colors of #956BB0
Black with #956BB0
Text Example
Text Example
White with #956BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BB0; }
p { color: rgb(149,107,176); }
H1.HeaderClassName
{
color: #956BB0;
}
.AnyTagClassName
{
color: #956BB0;
}
</style>
background-color css
<style>
a { background-color: #956BB0; }
a { background-color: rgb(149,107,176); }
div.DivClassName
{
background-color: #956BB0;
}
.BgClassName
{
background-color: #956BB0;
}
</style>
border-color css
<style>
span { border-color: #956BB0; }
span { border-color: rgb(149,107,176); }
td.TdClassName
{
border-color: #956BB0;
}
.TagClassName
{
border-color: #956BB0;
}
</style>