Shades of Ce Soir #9662AD
Tints of Ce Soir #9662AD
RGB
CMYK
RGB Variations
Color information
#9662AD (or 0x9662AD) is known color: Ce Soir. HEX triplet: 96, 62 and AD. RGB value is (150,98,173). Sum of RGB (Red+Green+Blue) = 150+98+173=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #9662AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9662AD is #699D52. Grayscale: #797979. Windows color (decimal): -6921555 or 11362966. OLE color: 11362966.
HSL color Cylindrical-coordinate representation of color #9662AD: hue angle of 281.6º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9662AD is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 98 | 173 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.32 |
| HSL | 281.6º | 0.31% | 0.53% | - |
| HSV(B) | 281.6º | 0.43% | 0.68% | - |
| XYZ | 24.49 | 18.24 | 41.76 | - |
| YUV | 122.1 | 156.73 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 173 | 0.13 | 0.43 | 0 | 0.32 | 281.6 | 0.31 | 0.53 |
| Hex | 96 | 62 | AD | D | 2B | 0 | 20 | 11A | 1F | 35 |
| Octal | 226 | 142 | 255 | 15 | 53 | 0 | 40 | 432 | 37 | 65 |
| Binary | 10010110 | 1100010 | 10101101 | 1101 | 101011 | 0 | 100000 | 100011010 | 11111 | 110101 |
Color Harmonies of #9662AD
Complementary color
Monochromatic Colors of #9662AD
Black with #9662AD
Text Example
Text Example
White with #9662AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9662AD; }
p { color: rgb(150,98,173); }
H1.HeaderClassName
{
color: #9662AD;
}
.AnyTagClassName
{
color: #9662AD;
}
</style>
background-color css
<style>
a { background-color: #9662AD; }
a { background-color: rgb(150,98,173); }
div.DivClassName
{
background-color: #9662AD;
}
.BgClassName
{
background-color: #9662AD;
}
</style>
border-color css
<style>
span { border-color: #9662AD; }
span { border-color: rgb(150,98,173); }
td.TdClassName
{
border-color: #9662AD;
}
.TagClassName
{
border-color: #9662AD;
}
</style>