Shades of Ce Soir #9664AD
Tints of Ce Soir #9664AD
RGB
CMYK
RGB Variations
Color information
#9664AD (or 0x9664AD) is known color: Ce Soir. HEX triplet: 96, 64 and AD. RGB value is (150,100,173). Sum of RGB (Red+Green+Blue) = 150+100+173=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #9664AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9664AD is #699B52. Grayscale: #7B7B7B. Windows color (decimal): -6921043 or 11363478. OLE color: 11363478.
HSL color Cylindrical-coordinate representation of color #9664AD: hue angle of 281.1º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9664AD is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 100 | 173 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.32 |
| HSL | 281.1º | 0.31% | 0.54% | - |
| HSV(B) | 281.1º | 0.42% | 0.68% | - |
| XYZ | 24.68 | 18.62 | 41.83 | - |
| YUV | 123.27 | 156.07 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 173 | 0.13 | 0.42 | 0 | 0.32 | 281.1 | 0.31 | 0.54 |
| Hex | 96 | 64 | AD | D | 2A | 0 | 20 | 119 | 1F | 36 |
| Octal | 226 | 144 | 255 | 15 | 52 | 0 | 40 | 431 | 37 | 66 |
| Binary | 10010110 | 1100100 | 10101101 | 1101 | 101010 | 0 | 100000 | 100011001 | 11111 | 110110 |
Color Harmonies of #9664AD
Complementary color
Monochromatic Colors of #9664AD
Black with #9664AD
Text Example
Text Example
White with #9664AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9664AD; }
p { color: rgb(150,100,173); }
H1.HeaderClassName
{
color: #9664AD;
}
.AnyTagClassName
{
color: #9664AD;
}
</style>
background-color css
<style>
a { background-color: #9664AD; }
a { background-color: rgb(150,100,173); }
div.DivClassName
{
background-color: #9664AD;
}
.BgClassName
{
background-color: #9664AD;
}
</style>
border-color css
<style>
span { border-color: #9664AD; }
span { border-color: rgb(150,100,173); }
td.TdClassName
{
border-color: #9664AD;
}
.TagClassName
{
border-color: #9664AD;
}
</style>