Shades of Ce Soir #9C68AE
Tints of Ce Soir #9C68AE
RGB
CMYK
RGB Variations
Color information
#9C68AE (or 0x9C68AE) is known color: Ce Soir. HEX triplet: 9C, 68 and AE. RGB value is (156,104,174). Sum of RGB (Red+Green+Blue) = 156+104+174=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C68AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C68AE is #639751. Grayscale: #7F7F7F. Windows color (decimal): -6526802 or 11430044. OLE color: 11430044.
HSL color Cylindrical-coordinate representation of color #9C68AE: hue angle of 284.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C68AE is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 104 | 174 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.32 |
| HSL | 284.57º | 0.3% | 0.55% | - |
| HSV(B) | 284.57º | 0.4% | 0.68% | - |
| XYZ | 26.3 | 20.02 | 42.52 | - |
| YUV | 127.53 | 154.23 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 104 | 174 | 0.10 | 0.40 | 0 | 0.32 | 284.57 | 0.3 | 0.55 |
| Hex | 9C | 68 | AE | A | 28 | 0 | 20 | 11D | 1E | 37 |
| Octal | 234 | 150 | 256 | 12 | 50 | 0 | 40 | 435 | 36 | 67 |
| Binary | 10011100 | 1101000 | 10101110 | 1010 | 101000 | 0 | 100000 | 100011101 | 11110 | 110111 |
Color Harmonies of #9C68AE
Complementary color
Monochromatic Colors of #9C68AE
Black with #9C68AE
Text Example
Text Example
White with #9C68AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C68AE; }
p { color: rgb(156,104,174); }
H1.HeaderClassName
{
color: #9C68AE;
}
.AnyTagClassName
{
color: #9C68AE;
}
</style>
background-color css
<style>
a { background-color: #9C68AE; }
a { background-color: rgb(156,104,174); }
div.DivClassName
{
background-color: #9C68AE;
}
.BgClassName
{
background-color: #9C68AE;
}
</style>
border-color css
<style>
span { border-color: #9C68AE; }
span { border-color: rgb(156,104,174); }
td.TdClassName
{
border-color: #9C68AE;
}
.TagClassName
{
border-color: #9C68AE;
}
</style>