Shades of Ce Soir #9C75A8
Tints of Ce Soir #9C75A8
RGB
CMYK
RGB Variations
Color information
#9C75A8 (or 0x9C75A8) is known color: Ce Soir. HEX triplet: 9C, 75 and A8. RGB value is (156,117,168). Sum of RGB (Red+Green+Blue) = 156+117+168=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 168 - color contains mainly: blue. Hex color #9C75A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C75A8 is #638A57. Grayscale: #868686. Windows color (decimal): -6523480 or 11040156. OLE color: 11040156.
HSL color Cylindrical-coordinate representation of color #9C75A8: hue angle of 285.88º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C75A8 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 117 | 168 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.34 |
| HSL | 285.88º | 0.23% | 0.56% | - |
| HSV(B) | 285.88º | 0.3% | 0.66% | - |
| XYZ | 27.14 | 22.62 | 39.98 | - |
| YUV | 134.48 | 146.92 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 117 | 168 | 0.07 | 0.30 | 0 | 0.34 | 285.88 | 0.23 | 0.56 |
| Hex | 9C | 75 | A8 | 7 | 1E | 0 | 22 | 11E | 17 | 38 |
| Octal | 234 | 165 | 250 | 7 | 36 | 0 | 42 | 436 | 27 | 70 |
| Binary | 10011100 | 1110101 | 10101000 | 111 | 11110 | 0 | 100010 | 100011110 | 10111 | 111000 |
Color Harmonies of #9C75A8
Complementary color
Monochromatic Colors of #9C75A8
Black with #9C75A8
Text Example
Text Example
White with #9C75A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C75A8; }
p { color: rgb(156,117,168); }
H1.HeaderClassName
{
color: #9C75A8;
}
.AnyTagClassName
{
color: #9C75A8;
}
</style>
background-color css
<style>
a { background-color: #9C75A8; }
a { background-color: rgb(156,117,168); }
div.DivClassName
{
background-color: #9C75A8;
}
.BgClassName
{
background-color: #9C75A8;
}
</style>
border-color css
<style>
span { border-color: #9C75A8; }
span { border-color: rgb(156,117,168); }
td.TdClassName
{
border-color: #9C75A8;
}
.TagClassName
{
border-color: #9C75A8;
}
</style>