Shades of Ce Soir #966AB5
Tints of Ce Soir #966AB5
RGB
CMYK
RGB Variations
Color information
#966AB5 (or 0x966AB5) is known color: Ce Soir. HEX triplet: 96, 6A and B5. RGB value is (150,106,181). Sum of RGB (Red+Green+Blue) = 150+106+181=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 181 - color contains mainly: blue. Hex color #966AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966AB5 is #69954A. Grayscale: #7F7F7F. Windows color (decimal): -6919499 or 11889302. OLE color: 11889302.
HSL color Cylindrical-coordinate representation of color #966AB5: hue angle of 275.2º degrees, saturation: 0.34, 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 #966AB5 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 106 | 181 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.29 |
| HSL | 275.2º | 0.34% | 0.56% | - |
| HSV(B) | 275.2º | 0.41% | 0.71% | - |
| XYZ | 26.07 | 20.13 | 46.23 | - |
| YUV | 127.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 181 | 0.17 | 0.41 | 0 | 0.29 | 275.2 | 0.34 | 0.56 |
| Hex | 96 | 6A | B5 | 11 | 29 | 0 | 1D | 113 | 22 | 38 |
| Octal | 226 | 152 | 265 | 21 | 51 | 0 | 35 | 423 | 42 | 70 |
| Binary | 10010110 | 1101010 | 10110101 | 10001 | 101001 | 0 | 11101 | 100010011 | 100010 | 111000 |
Color Harmonies of #966AB5
Complementary color
Monochromatic Colors of #966AB5
Black with #966AB5
Text Example
Text Example
White with #966AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966AB5; }
p { color: rgb(150,106,181); }
H1.HeaderClassName
{
color: #966AB5;
}
.AnyTagClassName
{
color: #966AB5;
}
</style>
background-color css
<style>
a { background-color: #966AB5; }
a { background-color: rgb(150,106,181); }
div.DivClassName
{
background-color: #966AB5;
}
.BgClassName
{
background-color: #966AB5;
}
</style>
border-color css
<style>
span { border-color: #966AB5; }
span { border-color: rgb(150,106,181); }
td.TdClassName
{
border-color: #966AB5;
}
.TagClassName
{
border-color: #966AB5;
}
</style>