Shades of Ce Soir #9C73A9
Tints of Ce Soir #9C73A9
RGB
CMYK
RGB Variations
Color information
#9C73A9 (or 0x9C73A9) is known color: Ce Soir. HEX triplet: 9C, 73 and A9. RGB value is (156,115,169). Sum of RGB (Red+Green+Blue) = 156+115+169=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 169 - color contains mainly: blue. Hex color #9C73A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C73A9 is #638C56. Grayscale: #858585. Windows color (decimal): -6523991 or 11105180. OLE color: 11105180.
HSL color Cylindrical-coordinate representation of color #9C73A9: hue angle of 285.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C73A9 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 115 | 169 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.34 |
| HSL | 285.56º | 0.24% | 0.56% | - |
| HSV(B) | 285.56º | 0.32% | 0.66% | - |
| XYZ | 27 | 22.19 | 40.4 | - |
| YUV | 133.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 169 | 0.08 | 0.32 | 0 | 0.34 | 285.56 | 0.24 | 0.56 |
| Hex | 9C | 73 | A9 | 8 | 20 | 0 | 22 | 11E | 18 | 38 |
| Octal | 234 | 163 | 251 | 10 | 40 | 0 | 42 | 436 | 30 | 70 |
| Binary | 10011100 | 1110011 | 10101001 | 1000 | 100000 | 0 | 100010 | 100011110 | 11000 | 111000 |
Color Harmonies of #9C73A9
Complementary color
Monochromatic Colors of #9C73A9
Black with #9C73A9
Text Example
Text Example
White with #9C73A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C73A9; }
p { color: rgb(156,115,169); }
H1.HeaderClassName
{
color: #9C73A9;
}
.AnyTagClassName
{
color: #9C73A9;
}
</style>
background-color css
<style>
a { background-color: #9C73A9; }
a { background-color: rgb(156,115,169); }
div.DivClassName
{
background-color: #9C73A9;
}
.BgClassName
{
background-color: #9C73A9;
}
</style>
border-color css
<style>
span { border-color: #9C73A9; }
span { border-color: rgb(156,115,169); }
td.TdClassName
{
border-color: #9C73A9;
}
.TagClassName
{
border-color: #9C73A9;
}
</style>