Shades of Ce Soir #9F6AAE
Tints of Ce Soir #9F6AAE
RGB
CMYK
RGB Variations
Color information
#9F6AAE (or 0x9F6AAE) is known color: Ce Soir. HEX triplet: 9F, 6A and AE. RGB value is (159,106,174). Sum of RGB (Red+Green+Blue) = 159+106+174=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F6AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6AAE is #609551. Grayscale: #818181. Windows color (decimal): -6329682 or 11430559. OLE color: 11430559.
HSL color Cylindrical-coordinate representation of color #9F6AAE: hue angle of 286.76º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F6AAE is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 106 | 174 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.32 |
| HSL | 286.76º | 0.3% | 0.55% | - |
| HSV(B) | 286.76º | 0.39% | 0.68% | - |
| XYZ | 27.09 | 20.73 | 42.62 | - |
| YUV | 129.6 | 153.06 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 106 | 174 | 0.09 | 0.39 | 0 | 0.32 | 286.76 | 0.3 | 0.55 |
| Hex | 9F | 6A | AE | 9 | 27 | 0 | 20 | 11F | 1E | 37 |
| Octal | 237 | 152 | 256 | 11 | 47 | 0 | 40 | 437 | 36 | 67 |
| Binary | 10011111 | 1101010 | 10101110 | 1001 | 100111 | 0 | 100000 | 100011111 | 11110 | 110111 |
Color Harmonies of #9F6AAE
Complementary color
Monochromatic Colors of #9F6AAE
Black with #9F6AAE
Text Example
Text Example
White with #9F6AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6AAE; }
p { color: rgb(159,106,174); }
H1.HeaderClassName
{
color: #9F6AAE;
}
.AnyTagClassName
{
color: #9F6AAE;
}
</style>
background-color css
<style>
a { background-color: #9F6AAE; }
a { background-color: rgb(159,106,174); }
div.DivClassName
{
background-color: #9F6AAE;
}
.BgClassName
{
background-color: #9F6AAE;
}
</style>
border-color css
<style>
span { border-color: #9F6AAE; }
span { border-color: rgb(159,106,174); }
td.TdClassName
{
border-color: #9F6AAE;
}
.TagClassName
{
border-color: #9F6AAE;
}
</style>