Shades of Ce Soir #966DB0
Tints of Ce Soir #966DB0
RGB
CMYK
RGB Variations
Color information
#966DB0 (or 0x966DB0) is known color: Ce Soir. HEX triplet: 96, 6D and B0. RGB value is (150,109,176). Sum of RGB (Red+Green+Blue) = 150+109+176=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 176 - color contains mainly: blue. Hex color #966DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966DB0 is #69924F. Grayscale: #808080. Windows color (decimal): -6918736 or 11562390. OLE color: 11562390.
HSL color Cylindrical-coordinate representation of color #966DB0: hue angle of 276.72º 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 #966DB0 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 109 | 176 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.31 |
| HSL | 276.72º | 0.3% | 0.56% | - |
| HSV(B) | 276.72º | 0.38% | 0.69% | - |
| XYZ | 25.88 | 20.56 | 43.68 | - |
| YUV | 128.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 176 | 0.15 | 0.38 | 0 | 0.31 | 276.72 | 0.3 | 0.56 |
| Hex | 96 | 6D | B0 | F | 26 | 0 | 1F | 115 | 1E | 38 |
| Octal | 226 | 155 | 260 | 17 | 46 | 0 | 37 | 425 | 36 | 70 |
| Binary | 10010110 | 1101101 | 10110000 | 1111 | 100110 | 0 | 11111 | 100010101 | 11110 | 111000 |
Color Harmonies of #966DB0
Complementary color
Monochromatic Colors of #966DB0
Black with #966DB0
Text Example
Text Example
White with #966DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966DB0; }
p { color: rgb(150,109,176); }
H1.HeaderClassName
{
color: #966DB0;
}
.AnyTagClassName
{
color: #966DB0;
}
</style>
background-color css
<style>
a { background-color: #966DB0; }
a { background-color: rgb(150,109,176); }
div.DivClassName
{
background-color: #966DB0;
}
.BgClassName
{
background-color: #966DB0;
}
</style>
border-color css
<style>
span { border-color: #966DB0; }
span { border-color: rgb(150,109,176); }
td.TdClassName
{
border-color: #966DB0;
}
.TagClassName
{
border-color: #966DB0;
}
</style>