Shades of Ce Soir #9C76AC
Tints of Ce Soir #9C76AC
RGB
CMYK
RGB Variations
Color information
#9C76AC (or 0x9C76AC) is known color: Ce Soir. HEX triplet: 9C, 76 and AC. RGB value is (156,118,172). Sum of RGB (Red+Green+Blue) = 156+118+172=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C76AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C76AC is #638953. Grayscale: #878787. Windows color (decimal): -6523220 or 11302556. OLE color: 11302556.
HSL color Cylindrical-coordinate representation of color #9C76AC: hue angle of 282.22º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C76AC is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 118 | 172 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.33 |
| HSL | 282.22º | 0.25% | 0.57% | - |
| HSV(B) | 282.22º | 0.31% | 0.67% | - |
| XYZ | 27.64 | 23 | 42.01 | - |
| YUV | 135.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 118 | 172 | 0.09 | 0.31 | 0 | 0.33 | 282.22 | 0.25 | 0.57 |
| Hex | 9C | 76 | AC | 9 | 1F | 0 | 21 | 11A | 19 | 39 |
| Octal | 234 | 166 | 254 | 11 | 37 | 0 | 41 | 432 | 31 | 71 |
| Binary | 10011100 | 1110110 | 10101100 | 1001 | 11111 | 0 | 100001 | 100011010 | 11001 | 111001 |
Color Harmonies of #9C76AC
Complementary color
Monochromatic Colors of #9C76AC
Black with #9C76AC
Text Example
Text Example
White with #9C76AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C76AC; }
p { color: rgb(156,118,172); }
H1.HeaderClassName
{
color: #9C76AC;
}
.AnyTagClassName
{
color: #9C76AC;
}
</style>
background-color css
<style>
a { background-color: #9C76AC; }
a { background-color: rgb(156,118,172); }
div.DivClassName
{
background-color: #9C76AC;
}
.BgClassName
{
background-color: #9C76AC;
}
</style>
border-color css
<style>
span { border-color: #9C76AC; }
span { border-color: rgb(156,118,172); }
td.TdClassName
{
border-color: #9C76AC;
}
.TagClassName
{
border-color: #9C76AC;
}
</style>