Shades of Ce Soir #9F76AB
Tints of Ce Soir #9F76AB
RGB
CMYK
RGB Variations
Color information
#9F76AB (or 0x9F76AB) is known color: Ce Soir. HEX triplet: 9F, 76 and AB. RGB value is (159,118,171). Sum of RGB (Red+Green+Blue) = 159+118+171=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F76AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F76AB is #608954. Grayscale: #888888. Windows color (decimal): -6326613 or 11237023. OLE color: 11237023.
HSL color Cylindrical-coordinate representation of color #9F76AB: hue angle of 286.42º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F76AB is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 118 | 171 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.33 |
| HSL | 286.42º | 0.24% | 0.57% | - |
| HSV(B) | 286.42º | 0.31% | 0.67% | - |
| XYZ | 28.13 | 23.27 | 41.54 | - |
| YUV | 136.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 171 | 0.07 | 0.31 | 0 | 0.33 | 286.42 | 0.24 | 0.57 |
| Hex | 9F | 76 | AB | 7 | 1F | 0 | 21 | 11E | 18 | 39 |
| Octal | 237 | 166 | 253 | 7 | 37 | 0 | 41 | 436 | 30 | 71 |
| Binary | 10011111 | 1110110 | 10101011 | 111 | 11111 | 0 | 100001 | 100011110 | 11000 | 111001 |
Color Harmonies of #9F76AB
Complementary color
Monochromatic Colors of #9F76AB
Black with #9F76AB
Text Example
Text Example
White with #9F76AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F76AB; }
p { color: rgb(159,118,171); }
H1.HeaderClassName
{
color: #9F76AB;
}
.AnyTagClassName
{
color: #9F76AB;
}
</style>
background-color css
<style>
a { background-color: #9F76AB; }
a { background-color: rgb(159,118,171); }
div.DivClassName
{
background-color: #9F76AB;
}
.BgClassName
{
background-color: #9F76AB;
}
</style>
border-color css
<style>
span { border-color: #9F76AB; }
span { border-color: rgb(159,118,171); }
td.TdClassName
{
border-color: #9F76AB;
}
.TagClassName
{
border-color: #9F76AB;
}
</style>