Shades of Ce Soir #9D75AC
Tints of Ce Soir #9D75AC
RGB
CMYK
RGB Variations
Color information
#9D75AC (or 0x9D75AC) is known color: Ce Soir. HEX triplet: 9D, 75 and AC. RGB value is (157,117,172). Sum of RGB (Red+Green+Blue) = 157+117+172=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D75AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D75AC is #628A53. Grayscale: #878787. Windows color (decimal): -6457940 or 11302301. OLE color: 11302301.
HSL color Cylindrical-coordinate representation of color #9D75AC: hue angle of 283.64º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D75AC is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 117 | 172 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.33 |
| HSL | 283.64º | 0.25% | 0.57% | - |
| HSV(B) | 283.64º | 0.32% | 0.67% | - |
| XYZ | 27.71 | 22.87 | 41.98 | - |
| YUV | 135.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 117 | 172 | 0.09 | 0.32 | 0 | 0.33 | 283.64 | 0.25 | 0.57 |
| Hex | 9D | 75 | AC | 9 | 20 | 0 | 21 | 11C | 19 | 39 |
| Octal | 235 | 165 | 254 | 11 | 40 | 0 | 41 | 434 | 31 | 71 |
| Binary | 10011101 | 1110101 | 10101100 | 1001 | 100000 | 0 | 100001 | 100011100 | 11001 | 111001 |
Color Harmonies of #9D75AC
Complementary color
Monochromatic Colors of #9D75AC
Black with #9D75AC
Text Example
Text Example
White with #9D75AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D75AC; }
p { color: rgb(157,117,172); }
H1.HeaderClassName
{
color: #9D75AC;
}
.AnyTagClassName
{
color: #9D75AC;
}
</style>
background-color css
<style>
a { background-color: #9D75AC; }
a { background-color: rgb(157,117,172); }
div.DivClassName
{
background-color: #9D75AC;
}
.BgClassName
{
background-color: #9D75AC;
}
</style>
border-color css
<style>
span { border-color: #9D75AC; }
span { border-color: rgb(157,117,172); }
td.TdClassName
{
border-color: #9D75AC;
}
.TagClassName
{
border-color: #9D75AC;
}
</style>