Shades of Ce Soir #9662AE
Tints of Ce Soir #9662AE
RGB
CMYK
RGB Variations
Color information
#9662AE (or 0x9662AE) is known color: Ce Soir. HEX triplet: 96, 62 and AE. RGB value is (150,98,174). Sum of RGB (Red+Green+Blue) = 150+98+174=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #9662AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9662AE is #699D51. Grayscale: #797979. Windows color (decimal): -6921554 or 11428502. OLE color: 11428502.
HSL color Cylindrical-coordinate representation of color #9662AE: hue angle of 281.05º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9662AE is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 98 | 174 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.32 |
| HSL | 281.05º | 0.32% | 0.53% | - |
| HSV(B) | 281.05º | 0.44% | 0.68% | - |
| XYZ | 24.59 | 18.28 | 42.28 | - |
| YUV | 122.21 | 157.23 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 174 | 0.14 | 0.44 | 0 | 0.32 | 281.05 | 0.32 | 0.53 |
| Hex | 96 | 62 | AE | E | 2C | 0 | 20 | 119 | 20 | 35 |
| Octal | 226 | 142 | 256 | 16 | 54 | 0 | 40 | 431 | 40 | 65 |
| Binary | 10010110 | 1100010 | 10101110 | 1110 | 101100 | 0 | 100000 | 100011001 | 100000 | 110101 |
Color Harmonies of #9662AE
Complementary color
Monochromatic Colors of #9662AE
Black with #9662AE
Text Example
Text Example
White with #9662AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9662AE; }
p { color: rgb(150,98,174); }
H1.HeaderClassName
{
color: #9662AE;
}
.AnyTagClassName
{
color: #9662AE;
}
</style>
background-color css
<style>
a { background-color: #9662AE; }
a { background-color: rgb(150,98,174); }
div.DivClassName
{
background-color: #9662AE;
}
.BgClassName
{
background-color: #9662AE;
}
</style>
border-color css
<style>
span { border-color: #9662AE; }
span { border-color: rgb(150,98,174); }
td.TdClassName
{
border-color: #9662AE;
}
.TagClassName
{
border-color: #9662AE;
}
</style>