Shades of Ce Soir #966BB4
Tints of Ce Soir #966BB4
RGB
CMYK
RGB Variations
Color information
#966BB4 (or 0x966BB4) is known color: Ce Soir. HEX triplet: 96, 6B and B4. RGB value is (150,107,180). Sum of RGB (Red+Green+Blue) = 150+107+180=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 180 - color contains mainly: blue. Hex color #966BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966BB4 is #69944B. Grayscale: #7F7F7F. Windows color (decimal): -6919244 or 11824022. OLE color: 11824022.
HSL color Cylindrical-coordinate representation of color #966BB4: hue angle of 275.34º 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 #966BB4 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 107 | 180 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.29 |
| HSL | 275.34º | 0.33% | 0.56% | - |
| HSV(B) | 275.34º | 0.41% | 0.71% | - |
| XYZ | 26.07 | 20.29 | 45.72 | - |
| YUV | 128.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 180 | 0.17 | 0.41 | 0 | 0.29 | 275.34 | 0.33 | 0.56 |
| Hex | 96 | 6B | B4 | 11 | 29 | 0 | 1D | 113 | 21 | 38 |
| Octal | 226 | 153 | 264 | 21 | 51 | 0 | 35 | 423 | 41 | 70 |
| Binary | 10010110 | 1101011 | 10110100 | 10001 | 101001 | 0 | 11101 | 100010011 | 100001 | 111000 |
Color Harmonies of #966BB4
Complementary color
Monochromatic Colors of #966BB4
Black with #966BB4
Text Example
Text Example
White with #966BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966BB4; }
p { color: rgb(150,107,180); }
H1.HeaderClassName
{
color: #966BB4;
}
.AnyTagClassName
{
color: #966BB4;
}
</style>
background-color css
<style>
a { background-color: #966BB4; }
a { background-color: rgb(150,107,180); }
div.DivClassName
{
background-color: #966BB4;
}
.BgClassName
{
background-color: #966BB4;
}
</style>
border-color css
<style>
span { border-color: #966BB4; }
span { border-color: rgb(150,107,180); }
td.TdClassName
{
border-color: #966BB4;
}
.TagClassName
{
border-color: #966BB4;
}
</style>