Shades of Ce Soir #9C73AA
Tints of Ce Soir #9C73AA
RGB
CMYK
RGB Variations
Color information
#9C73AA (or 0x9C73AA) is known color: Ce Soir. HEX triplet: 9C, 73 and AA. RGB value is (156,115,170). Sum of RGB (Red+Green+Blue) = 156+115+170=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C73AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C73AA is #638C55. Grayscale: #858585. Windows color (decimal): -6523990 or 11170716. OLE color: 11170716.
HSL color Cylindrical-coordinate representation of color #9C73AA: hue angle of 284.73º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C73AA is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 115 | 170 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.33 |
| HSL | 284.73º | 0.24% | 0.56% | - |
| HSV(B) | 284.73º | 0.32% | 0.67% | - |
| XYZ | 27.1 | 22.23 | 40.89 | - |
| YUV | 133.53 | 148.58 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 170 | 0.08 | 0.32 | 0 | 0.33 | 284.73 | 0.24 | 0.56 |
| Hex | 9C | 73 | AA | 8 | 20 | 0 | 21 | 11D | 18 | 38 |
| Octal | 234 | 163 | 252 | 10 | 40 | 0 | 41 | 435 | 30 | 70 |
| Binary | 10011100 | 1110011 | 10101010 | 1000 | 100000 | 0 | 100001 | 100011101 | 11000 | 111000 |
Color Harmonies of #9C73AA
Complementary color
Monochromatic Colors of #9C73AA
Black with #9C73AA
Text Example
Text Example
White with #9C73AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C73AA; }
p { color: rgb(156,115,170); }
H1.HeaderClassName
{
color: #9C73AA;
}
.AnyTagClassName
{
color: #9C73AA;
}
</style>
background-color css
<style>
a { background-color: #9C73AA; }
a { background-color: rgb(156,115,170); }
div.DivClassName
{
background-color: #9C73AA;
}
.BgClassName
{
background-color: #9C73AA;
}
</style>
border-color css
<style>
span { border-color: #9C73AA; }
span { border-color: rgb(156,115,170); }
td.TdClassName
{
border-color: #9C73AA;
}
.TagClassName
{
border-color: #9C73AA;
}
</style>