Shades of Ce Soir #9F70AD
Tints of Ce Soir #9F70AD
RGB
CMYK
RGB Variations
Color information
#9F70AD (or 0x9F70AD) is known color: Ce Soir. HEX triplet: 9F, 70 and AD. RGB value is (159,112,173). Sum of RGB (Red+Green+Blue) = 159+112+173=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F70AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F70AD is #608F52. Grayscale: #848484. Windows color (decimal): -6328147 or 11366559. OLE color: 11366559.
HSL color Cylindrical-coordinate representation of color #9F70AD: hue angle of 286.23º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F70AD is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 112 | 173 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.32 |
| HSL | 286.23º | 0.27% | 0.56% | - |
| HSV(B) | 286.23º | 0.35% | 0.68% | - |
| XYZ | 27.64 | 21.98 | 42.32 | - |
| YUV | 133.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 173 | 0.08 | 0.35 | 0 | 0.32 | 286.23 | 0.27 | 0.56 |
| Hex | 9F | 70 | AD | 8 | 23 | 0 | 20 | 11E | 1B | 38 |
| Octal | 237 | 160 | 255 | 10 | 43 | 0 | 40 | 436 | 33 | 70 |
| Binary | 10011111 | 1110000 | 10101101 | 1000 | 100011 | 0 | 100000 | 100011110 | 11011 | 111000 |
Color Harmonies of #9F70AD
Complementary color
Monochromatic Colors of #9F70AD
Black with #9F70AD
Text Example
Text Example
White with #9F70AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F70AD; }
p { color: rgb(159,112,173); }
H1.HeaderClassName
{
color: #9F70AD;
}
.AnyTagClassName
{
color: #9F70AD;
}
</style>
background-color css
<style>
a { background-color: #9F70AD; }
a { background-color: rgb(159,112,173); }
div.DivClassName
{
background-color: #9F70AD;
}
.BgClassName
{
background-color: #9F70AD;
}
</style>
border-color css
<style>
span { border-color: #9F70AD; }
span { border-color: rgb(159,112,173); }
td.TdClassName
{
border-color: #9F70AD;
}
.TagClassName
{
border-color: #9F70AD;
}
</style>