Shades of Ce Soir #9965AA
Tints of Ce Soir #9965AA
RGB
CMYK
RGB Variations
Color information
#9965AA (or 0x9965AA) is known color: Ce Soir. HEX triplet: 99, 65 and AA. RGB value is (153,101,170). Sum of RGB (Red+Green+Blue) = 153+101+170=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #9965AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9965AA is #669A55. Grayscale: #7C7C7C. Windows color (decimal): -6724182 or 11167129. OLE color: 11167129.
HSL color Cylindrical-coordinate representation of color #9965AA: hue angle of 285.22º 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 #9965AA is Cyan = 0.1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 101 | 170 | - |
| CMYK | 0.1 | 0.41 | 0 | 0.33 |
| HSL | 285.22º | 0.29% | 0.53% | - |
| HSV(B) | 285.22º | 0.41% | 0.67% | - |
| XYZ | 25.05 | 18.98 | 40.37 | - |
| YUV | 124.41 | 153.73 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 170 | 0.1 | 0.41 | 0 | 0.33 | 285.22 | 0.29 | 0.53 |
| Hex | 99 | 65 | AA | A | 29 | 0 | 21 | 11D | 1D | 35 |
| Octal | 231 | 145 | 252 | 12 | 51 | 0 | 41 | 435 | 35 | 65 |
| Binary | 10011001 | 1100101 | 10101010 | 1010 | 101001 | 0 | 100001 | 100011101 | 11101 | 110101 |
Color Harmonies of #9965AA
Complementary color
Monochromatic Colors of #9965AA
Black with #9965AA
Text Example
Text Example
White with #9965AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9965AA; }
p { color: rgb(153,101,170); }
H1.HeaderClassName
{
color: #9965AA;
}
.AnyTagClassName
{
color: #9965AA;
}
</style>
background-color css
<style>
a { background-color: #9965AA; }
a { background-color: rgb(153,101,170); }
div.DivClassName
{
background-color: #9965AA;
}
.BgClassName
{
background-color: #9965AA;
}
</style>
border-color css
<style>
span { border-color: #9965AA; }
span { border-color: rgb(153,101,170); }
td.TdClassName
{
border-color: #9965AA;
}
.TagClassName
{
border-color: #9965AA;
}
</style>