Shades of Ce Soir #966BA2
Tints of Ce Soir #966BA2
RGB
CMYK
RGB Variations
Color information
#966BA2 (or 0x966BA2) is known color: Ce Soir. HEX triplet: 96, 6B and A2. RGB value is (150,107,162). Sum of RGB (Red+Green+Blue) = 150+107+162=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 162 - color contains mainly: blue. Hex color #966BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966BA2 is #69945D. Grayscale: #7D7D7D. Windows color (decimal): -6919262 or 10644374. OLE color: 10644374.
HSL color Cylindrical-coordinate representation of color #966BA2: hue angle of 286.91º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #966BA2 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 107 | 162 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.36 |
| HSL | 286.91º | 0.23% | 0.53% | - |
| HSV(B) | 286.91º | 0.34% | 0.64% | - |
| XYZ | 24.36 | 19.61 | 36.68 | - |
| YUV | 126.13 | 148.25 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 162 | 0.07 | 0.34 | 0 | 0.36 | 286.91 | 0.23 | 0.53 |
| Hex | 96 | 6B | A2 | 7 | 22 | 0 | 24 | 11F | 17 | 35 |
| Octal | 226 | 153 | 242 | 7 | 42 | 0 | 44 | 437 | 27 | 65 |
| Binary | 10010110 | 1101011 | 10100010 | 111 | 100010 | 0 | 100100 | 100011111 | 10111 | 110101 |
Color Harmonies of #966BA2
Complementary color
Monochromatic Colors of #966BA2
Black with #966BA2
Text Example
Text Example
White with #966BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966BA2; }
p { color: rgb(150,107,162); }
H1.HeaderClassName
{
color: #966BA2;
}
.AnyTagClassName
{
color: #966BA2;
}
</style>
background-color css
<style>
a { background-color: #966BA2; }
a { background-color: rgb(150,107,162); }
div.DivClassName
{
background-color: #966BA2;
}
.BgClassName
{
background-color: #966BA2;
}
</style>
border-color css
<style>
span { border-color: #966BA2; }
span { border-color: rgb(150,107,162); }
td.TdClassName
{
border-color: #966BA2;
}
.TagClassName
{
border-color: #966BA2;
}
</style>