Shades of Ce Soir #9F76AA
Tints of Ce Soir #9F76AA
RGB
CMYK
RGB Variations
Color information
#9F76AA (or 0x9F76AA) is known color: Ce Soir. HEX triplet: 9F, 76 and AA. RGB value is (159,118,170). Sum of RGB (Red+Green+Blue) = 159+118+170=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F76AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F76AA is #608955. Grayscale: #888888. Windows color (decimal): -6326614 or 11171487. OLE color: 11171487.
HSL color Cylindrical-coordinate representation of color #9F76AA: hue angle of 287.31º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F76AA is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 118 | 170 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.33 |
| HSL | 287.31º | 0.23% | 0.56% | - |
| HSV(B) | 287.31º | 0.31% | 0.67% | - |
| XYZ | 28.03 | 23.23 | 41.04 | - |
| YUV | 136.19 | 147.08 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 170 | 0.06 | 0.31 | 0 | 0.33 | 287.31 | 0.23 | 0.56 |
| Hex | 9F | 76 | AA | 6 | 1F | 0 | 21 | 11F | 17 | 38 |
| Octal | 237 | 166 | 252 | 6 | 37 | 0 | 41 | 437 | 27 | 70 |
| Binary | 10011111 | 1110110 | 10101010 | 110 | 11111 | 0 | 100001 | 100011111 | 10111 | 111000 |
Color Harmonies of #9F76AA
Complementary color
Monochromatic Colors of #9F76AA
Black with #9F76AA
Text Example
Text Example
White with #9F76AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F76AA; }
p { color: rgb(159,118,170); }
H1.HeaderClassName
{
color: #9F76AA;
}
.AnyTagClassName
{
color: #9F76AA;
}
</style>
background-color css
<style>
a { background-color: #9F76AA; }
a { background-color: rgb(159,118,170); }
div.DivClassName
{
background-color: #9F76AA;
}
.BgClassName
{
background-color: #9F76AA;
}
</style>
border-color css
<style>
span { border-color: #9F76AA; }
span { border-color: rgb(159,118,170); }
td.TdClassName
{
border-color: #9F76AA;
}
.TagClassName
{
border-color: #9F76AA;
}
</style>