Shades of Ce Soir #9F75AC
Tints of Ce Soir #9F75AC
RGB
CMYK
RGB Variations
Color information
#9F75AC (or 0x9F75AC) is known color: Ce Soir. HEX triplet: 9F, 75 and AC. RGB value is (159,117,172). Sum of RGB (Red+Green+Blue) = 159+117+172=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F75AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F75AC is #608A53. Grayscale: #878787. Windows color (decimal): -6326868 or 11302303. OLE color: 11302303.
HSL color Cylindrical-coordinate representation of color #9F75AC: hue angle of 285.82º 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 #9F75AC is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 117 | 172 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.33 |
| HSL | 285.82º | 0.25% | 0.57% | - |
| HSV(B) | 285.82º | 0.32% | 0.67% | - |
| XYZ | 28.11 | 23.07 | 42 | - |
| YUV | 135.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 172 | 0.08 | 0.32 | 0 | 0.33 | 285.82 | 0.25 | 0.57 |
| Hex | 9F | 75 | AC | 8 | 20 | 0 | 21 | 11E | 19 | 39 |
| Octal | 237 | 165 | 254 | 10 | 40 | 0 | 41 | 436 | 31 | 71 |
| Binary | 10011111 | 1110101 | 10101100 | 1000 | 100000 | 0 | 100001 | 100011110 | 11001 | 111001 |
Color Harmonies of #9F75AC
Complementary color
Monochromatic Colors of #9F75AC
Black with #9F75AC
Text Example
Text Example
White with #9F75AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F75AC; }
p { color: rgb(159,117,172); }
H1.HeaderClassName
{
color: #9F75AC;
}
.AnyTagClassName
{
color: #9F75AC;
}
</style>
background-color css
<style>
a { background-color: #9F75AC; }
a { background-color: rgb(159,117,172); }
div.DivClassName
{
background-color: #9F75AC;
}
.BgClassName
{
background-color: #9F75AC;
}
</style>
border-color css
<style>
span { border-color: #9F75AC; }
span { border-color: rgb(159,117,172); }
td.TdClassName
{
border-color: #9F75AC;
}
.TagClassName
{
border-color: #9F75AC;
}
</style>