Shades of Ce Soir #9C75B1
Tints of Ce Soir #9C75B1
RGB
CMYK
RGB Variations
Color information
#9C75B1 (or 0x9C75B1) is known color: Ce Soir. HEX triplet: 9C, 75 and B1. RGB value is (156,117,177). Sum of RGB (Red+Green+Blue) = 156+117+177=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 177 - color contains mainly: blue. Hex color #9C75B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C75B1 is #638A4E. Grayscale: #878787. Windows color (decimal): -6523471 or 11629980. OLE color: 11629980.
HSL color Cylindrical-coordinate representation of color #9C75B1: hue angle of 279º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C75B1 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 117 | 177 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.31 |
| HSL | 279º | 0.28% | 0.58% | - |
| HSV(B) | 279º | 0.34% | 0.69% | - |
| XYZ | 28.01 | 22.96 | 44.55 | - |
| YUV | 135.5 | 151.42 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 117 | 177 | 0.12 | 0.34 | 0 | 0.31 | 279 | 0.28 | 0.58 |
| Hex | 9C | 75 | B1 | C | 22 | 0 | 1F | 117 | 1C | 3A |
| Octal | 234 | 165 | 261 | 14 | 42 | 0 | 37 | 427 | 34 | 72 |
| Binary | 10011100 | 1110101 | 10110001 | 1100 | 100010 | 0 | 11111 | 100010111 | 11100 | 111010 |
Color Harmonies of #9C75B1
Complementary color
Monochromatic Colors of #9C75B1
Black with #9C75B1
Text Example
Text Example
White with #9C75B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C75B1; }
p { color: rgb(156,117,177); }
H1.HeaderClassName
{
color: #9C75B1;
}
.AnyTagClassName
{
color: #9C75B1;
}
</style>
background-color css
<style>
a { background-color: #9C75B1; }
a { background-color: rgb(156,117,177); }
div.DivClassName
{
background-color: #9C75B1;
}
.BgClassName
{
background-color: #9C75B1;
}
</style>
border-color css
<style>
span { border-color: #9C75B1; }
span { border-color: rgb(156,117,177); }
td.TdClassName
{
border-color: #9C75B1;
}
.TagClassName
{
border-color: #9C75B1;
}
</style>