Shades of Ce Soir #966BA5
Tints of Ce Soir #966BA5
RGB
CMYK
RGB Variations
Color information
#966BA5 (or 0x966BA5) is known color: Ce Soir. HEX triplet: 96, 6B and A5. RGB value is (150,107,165). Sum of RGB (Red+Green+Blue) = 150+107+165=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 165 - color contains mainly: blue. Hex color #966BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966BA5 is #69945A. Grayscale: #7E7E7E. Windows color (decimal): -6919259 or 10840982. OLE color: 10840982.
HSL color Cylindrical-coordinate representation of color #966BA5: hue angle of 284.48º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #966BA5 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 107 | 165 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.35 |
| HSL | 284.48º | 0.24% | 0.53% | - |
| HSV(B) | 284.48º | 0.35% | 0.65% | - |
| XYZ | 24.63 | 19.72 | 38.1 | - |
| YUV | 126.47 | 149.75 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 165 | 0.09 | 0.35 | 0 | 0.35 | 284.48 | 0.24 | 0.53 |
| Hex | 96 | 6B | A5 | 9 | 23 | 0 | 23 | 11C | 18 | 35 |
| Octal | 226 | 153 | 245 | 11 | 43 | 0 | 43 | 434 | 30 | 65 |
| Binary | 10010110 | 1101011 | 10100101 | 1001 | 100011 | 0 | 100011 | 100011100 | 11000 | 110101 |
Color Harmonies of #966BA5
Complementary color
Monochromatic Colors of #966BA5
Black with #966BA5
Text Example
Text Example
White with #966BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966BA5; }
p { color: rgb(150,107,165); }
H1.HeaderClassName
{
color: #966BA5;
}
.AnyTagClassName
{
color: #966BA5;
}
</style>
background-color css
<style>
a { background-color: #966BA5; }
a { background-color: rgb(150,107,165); }
div.DivClassName
{
background-color: #966BA5;
}
.BgClassName
{
background-color: #966BA5;
}
</style>
border-color css
<style>
span { border-color: #966BA5; }
span { border-color: rgb(150,107,165); }
td.TdClassName
{
border-color: #966BA5;
}
.TagClassName
{
border-color: #966BA5;
}
</style>