Shades of Ce Soir #9C70B3
Tints of Ce Soir #9C70B3
RGB
CMYK
RGB Variations
Color information
#9C70B3 (or 0x9C70B3) is known color: Ce Soir. HEX triplet: 9C, 70 and B3. RGB value is (156,112,179). Sum of RGB (Red+Green+Blue) = 156+112+179=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 179 - color contains mainly: blue. Hex color #9C70B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C70B3 is #638F4C. Grayscale: #848484. Windows color (decimal): -6524749 or 11759772. OLE color: 11759772.
HSL color Cylindrical-coordinate representation of color #9C70B3: hue angle of 279.4º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C70B3 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 112 | 179 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.30 |
| HSL | 279.4º | 0.31% | 0.57% | - |
| HSV(B) | 279.4º | 0.37% | 0.7% | - |
| XYZ | 27.64 | 21.91 | 45.42 | - |
| YUV | 132.79 | 154.08 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 112 | 179 | 0.13 | 0.37 | 0 | 0.30 | 279.4 | 0.31 | 0.57 |
| Hex | 9C | 70 | B3 | D | 25 | 0 | 1E | 117 | 1F | 39 |
| Octal | 234 | 160 | 263 | 15 | 45 | 0 | 36 | 427 | 37 | 71 |
| Binary | 10011100 | 1110000 | 10110011 | 1101 | 100101 | 0 | 11110 | 100010111 | 11111 | 111001 |
Color Harmonies of #9C70B3
Complementary color
Monochromatic Colors of #9C70B3
Black with #9C70B3
Text Example
Text Example
White with #9C70B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C70B3; }
p { color: rgb(156,112,179); }
H1.HeaderClassName
{
color: #9C70B3;
}
.AnyTagClassName
{
color: #9C70B3;
}
</style>
background-color css
<style>
a { background-color: #9C70B3; }
a { background-color: rgb(156,112,179); }
div.DivClassName
{
background-color: #9C70B3;
}
.BgClassName
{
background-color: #9C70B3;
}
</style>
border-color css
<style>
span { border-color: #9C70B3; }
span { border-color: rgb(156,112,179); }
td.TdClassName
{
border-color: #9C70B3;
}
.TagClassName
{
border-color: #9C70B3;
}
</style>