Shades of Ce Soir #9666B4
Tints of Ce Soir #9666B4
RGB
CMYK
RGB Variations
Color information
#9666B4 (or 0x9666B4) is known color: Ce Soir. HEX triplet: 96, 66 and B4. RGB value is (150,102,180). Sum of RGB (Red+Green+Blue) = 150+102+180=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 180 - color contains mainly: blue. Hex color #9666B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9666B4 is #69994B. Grayscale: #7C7C7C. Windows color (decimal): -6920524 or 11822742. OLE color: 11822742.
HSL color Cylindrical-coordinate representation of color #9666B4: hue angle of 276.92º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9666B4 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 102 | 180 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.29 |
| HSL | 276.92º | 0.34% | 0.55% | - |
| HSV(B) | 276.92º | 0.43% | 0.71% | - |
| XYZ | 25.57 | 19.28 | 45.55 | - |
| YUV | 125.24 | 158.9 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 180 | 0.17 | 0.43 | 0 | 0.29 | 276.92 | 0.34 | 0.55 |
| Hex | 96 | 66 | B4 | 11 | 2B | 0 | 1D | 115 | 22 | 37 |
| Octal | 226 | 146 | 264 | 21 | 53 | 0 | 35 | 425 | 42 | 67 |
| Binary | 10010110 | 1100110 | 10110100 | 10001 | 101011 | 0 | 11101 | 100010101 | 100010 | 110111 |
Color Harmonies of #9666B4
Complementary color
Monochromatic Colors of #9666B4
Black with #9666B4
Text Example
Text Example
White with #9666B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9666B4; }
p { color: rgb(150,102,180); }
H1.HeaderClassName
{
color: #9666B4;
}
.AnyTagClassName
{
color: #9666B4;
}
</style>
background-color css
<style>
a { background-color: #9666B4; }
a { background-color: rgb(150,102,180); }
div.DivClassName
{
background-color: #9666B4;
}
.BgClassName
{
background-color: #9666B4;
}
</style>
border-color css
<style>
span { border-color: #9666B4; }
span { border-color: rgb(150,102,180); }
td.TdClassName
{
border-color: #9666B4;
}
.TagClassName
{
border-color: #9666B4;
}
</style>