Shades of Ce Soir #9665AB
Tints of Ce Soir #9665AB
RGB
CMYK
RGB Variations
Color information
#9665AB (or 0x9665AB) is known color: Ce Soir. HEX triplet: 96, 65 and AB. RGB value is (150,101,171). Sum of RGB (Red+Green+Blue) = 150+101+171=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #9665AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9665AB is #699A54. Grayscale: #7B7B7B. Windows color (decimal): -6920789 or 11232662. OLE color: 11232662.
HSL color Cylindrical-coordinate representation of color #9665AB: hue angle of 282º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9665AB is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 101 | 171 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.33 |
| HSL | 282º | 0.29% | 0.53% | - |
| HSV(B) | 282º | 0.41% | 0.67% | - |
| XYZ | 24.58 | 18.73 | 40.85 | - |
| YUV | 123.63 | 154.73 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 171 | 0.12 | 0.41 | 0 | 0.33 | 282 | 0.29 | 0.53 |
| Hex | 96 | 65 | AB | C | 29 | 0 | 21 | 11A | 1D | 35 |
| Octal | 226 | 145 | 253 | 14 | 51 | 0 | 41 | 432 | 35 | 65 |
| Binary | 10010110 | 1100101 | 10101011 | 1100 | 101001 | 0 | 100001 | 100011010 | 11101 | 110101 |
Color Harmonies of #9665AB
Complementary color
Monochromatic Colors of #9665AB
Black with #9665AB
Text Example
Text Example
White with #9665AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9665AB; }
p { color: rgb(150,101,171); }
H1.HeaderClassName
{
color: #9665AB;
}
.AnyTagClassName
{
color: #9665AB;
}
</style>
background-color css
<style>
a { background-color: #9665AB; }
a { background-color: rgb(150,101,171); }
div.DivClassName
{
background-color: #9665AB;
}
.BgClassName
{
background-color: #9665AB;
}
</style>
border-color css
<style>
span { border-color: #9665AB; }
span { border-color: rgb(150,101,171); }
td.TdClassName
{
border-color: #9665AB;
}
.TagClassName
{
border-color: #9665AB;
}
</style>