Shades of Ce Soir #9663A7
Tints of Ce Soir #9663A7
RGB
CMYK
RGB Variations
Color information
#9663A7 (or 0x9663A7) is known color: Ce Soir. HEX triplet: 96, 63 and A7. RGB value is (150,99,167). Sum of RGB (Red+Green+Blue) = 150+99+167=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 167 (65.62% from 255 or 40.14% from 416); Max value from RGB is 167 - color contains mainly: blue. Hex color #9663A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9663A7 is #699C58. Grayscale: #797979. Windows color (decimal): -6921305 or 10970006. OLE color: 10970006.
HSL color Cylindrical-coordinate representation of color #9663A7: hue angle of 285º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9663A7 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 99 | 167 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.35 |
| HSL | 285º | 0.28% | 0.52% | - |
| HSV(B) | 285º | 0.41% | 0.65% | - |
| XYZ | 24.01 | 18.2 | 38.81 | - |
| YUV | 122 | 153.4 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 167 | 0.10 | 0.41 | 0 | 0.35 | 285 | 0.28 | 0.52 |
| Hex | 96 | 63 | A7 | A | 29 | 0 | 23 | 11D | 1C | 34 |
| Octal | 226 | 143 | 247 | 12 | 51 | 0 | 43 | 435 | 34 | 64 |
| Binary | 10010110 | 1100011 | 10100111 | 1010 | 101001 | 0 | 100011 | 100011101 | 11100 | 110100 |
Color Harmonies of #9663A7
Complementary color
Monochromatic Colors of #9663A7
Black with #9663A7
Text Example
Text Example
White with #9663A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9663A7; }
p { color: rgb(150,99,167); }
H1.HeaderClassName
{
color: #9663A7;
}
.AnyTagClassName
{
color: #9663A7;
}
</style>
background-color css
<style>
a { background-color: #9663A7; }
a { background-color: rgb(150,99,167); }
div.DivClassName
{
background-color: #9663A7;
}
.BgClassName
{
background-color: #9663A7;
}
</style>
border-color css
<style>
span { border-color: #9663A7; }
span { border-color: rgb(150,99,167); }
td.TdClassName
{
border-color: #9663A7;
}
.TagClassName
{
border-color: #9663A7;
}
</style>