Shades of Ce Soir #9965AB
Tints of Ce Soir #9965AB
RGB
CMYK
RGB Variations
Color information
#9965AB (or 0x9965AB) is known color: Ce Soir. HEX triplet: 99, 65 and AB. RGB value is (153,101,171). Sum of RGB (Red+Green+Blue) = 153+101+171=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #9965AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9965AB is #669A54. Grayscale: #7C7C7C. Windows color (decimal): -6724181 or 11232665. OLE color: 11232665.
HSL color Cylindrical-coordinate representation of color #9965AB: hue angle of 284.57º 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 #9965AB is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 101 | 171 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.33 |
| HSL | 284.57º | 0.29% | 0.53% | - |
| HSV(B) | 284.57º | 0.41% | 0.67% | - |
| XYZ | 25.14 | 19.02 | 40.87 | - |
| YUV | 124.53 | 154.23 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 171 | 0.11 | 0.41 | 0 | 0.33 | 284.57 | 0.29 | 0.53 |
| Hex | 99 | 65 | AB | B | 29 | 0 | 21 | 11D | 1D | 35 |
| Octal | 231 | 145 | 253 | 13 | 51 | 0 | 41 | 435 | 35 | 65 |
| Binary | 10011001 | 1100101 | 10101011 | 1011 | 101001 | 0 | 100001 | 100011101 | 11101 | 110101 |
Color Harmonies of #9965AB
Complementary color
Monochromatic Colors of #9965AB
Black with #9965AB
Text Example
Text Example
White with #9965AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9965AB; }
p { color: rgb(153,101,171); }
H1.HeaderClassName
{
color: #9965AB;
}
.AnyTagClassName
{
color: #9965AB;
}
</style>
background-color css
<style>
a { background-color: #9965AB; }
a { background-color: rgb(153,101,171); }
div.DivClassName
{
background-color: #9965AB;
}
.BgClassName
{
background-color: #9965AB;
}
</style>
border-color css
<style>
span { border-color: #9965AB; }
span { border-color: rgb(153,101,171); }
td.TdClassName
{
border-color: #9965AB;
}
.TagClassName
{
border-color: #9965AB;
}
</style>