Shades of Ce Soir #9C76AA
Tints of Ce Soir #9C76AA
RGB
CMYK
RGB Variations
Color information
#9C76AA (or 0x9C76AA) is known color: Ce Soir. HEX triplet: 9C, 76 and AA. RGB value is (156,118,170). Sum of RGB (Red+Green+Blue) = 156+118+170=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C76AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C76AA is #638955. Grayscale: #878787. Windows color (decimal): -6523222 or 11171484. OLE color: 11171484.
HSL color Cylindrical-coordinate representation of color #9C76AA: hue angle of 283.85º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C76AA is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 118 | 170 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.33 |
| HSL | 283.85º | 0.23% | 0.56% | - |
| HSV(B) | 283.85º | 0.31% | 0.67% | - |
| XYZ | 27.44 | 22.93 | 41.01 | - |
| YUV | 135.29 | 147.59 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 118 | 170 | 0.08 | 0.31 | 0 | 0.33 | 283.85 | 0.23 | 0.56 |
| Hex | 9C | 76 | AA | 8 | 1F | 0 | 21 | 11C | 17 | 38 |
| Octal | 234 | 166 | 252 | 10 | 37 | 0 | 41 | 434 | 27 | 70 |
| Binary | 10011100 | 1110110 | 10101010 | 1000 | 11111 | 0 | 100001 | 100011100 | 10111 | 111000 |
Color Harmonies of #9C76AA
Complementary color
Monochromatic Colors of #9C76AA
Black with #9C76AA
Text Example
Text Example
White with #9C76AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C76AA; }
p { color: rgb(156,118,170); }
H1.HeaderClassName
{
color: #9C76AA;
}
.AnyTagClassName
{
color: #9C76AA;
}
</style>
background-color css
<style>
a { background-color: #9C76AA; }
a { background-color: rgb(156,118,170); }
div.DivClassName
{
background-color: #9C76AA;
}
.BgClassName
{
background-color: #9C76AA;
}
</style>
border-color css
<style>
span { border-color: #9C76AA; }
span { border-color: rgb(156,118,170); }
td.TdClassName
{
border-color: #9C76AA;
}
.TagClassName
{
border-color: #9C76AA;
}
</style>