Shades of Ce Soir #9F73AA
Tints of Ce Soir #9F73AA
RGB
CMYK
RGB Variations
Color information
#9F73AA (or 0x9F73AA) is known color: Ce Soir. HEX triplet: 9F, 73 and AA. RGB value is (159,115,170). Sum of RGB (Red+Green+Blue) = 159+115+170=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F73AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F73AA is #608C55. Grayscale: #868686. Windows color (decimal): -6327382 or 11170719. OLE color: 11170719.
HSL color Cylindrical-coordinate representation of color #9F73AA: hue angle of 288º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F73AA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 115 | 170 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.33 |
| HSL | 288º | 0.24% | 0.56% | - |
| HSV(B) | 288º | 0.32% | 0.67% | - |
| XYZ | 27.68 | 22.53 | 40.92 | - |
| YUV | 134.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 170 | 0.06 | 0.32 | 0 | 0.33 | 288 | 0.24 | 0.56 |
| Hex | 9F | 73 | AA | 6 | 20 | 0 | 21 | 120 | 18 | 38 |
| Octal | 237 | 163 | 252 | 6 | 40 | 0 | 41 | 440 | 30 | 70 |
| Binary | 10011111 | 1110011 | 10101010 | 110 | 100000 | 0 | 100001 | 100100000 | 11000 | 111000 |
Color Harmonies of #9F73AA
Complementary color
Monochromatic Colors of #9F73AA
Black with #9F73AA
Text Example
Text Example
White with #9F73AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F73AA; }
p { color: rgb(159,115,170); }
H1.HeaderClassName
{
color: #9F73AA;
}
.AnyTagClassName
{
color: #9F73AA;
}
</style>
background-color css
<style>
a { background-color: #9F73AA; }
a { background-color: rgb(159,115,170); }
div.DivClassName
{
background-color: #9F73AA;
}
.BgClassName
{
background-color: #9F73AA;
}
</style>
border-color css
<style>
span { border-color: #9F73AA; }
span { border-color: rgb(159,115,170); }
td.TdClassName
{
border-color: #9F73AA;
}
.TagClassName
{
border-color: #9F73AA;
}
</style>