Shades of Ce Soir #9E6EAA
Tints of Ce Soir #9E6EAA
RGB
CMYK
RGB Variations
Color information
#9E6EAA (or 0x9E6EAA) is known color: Ce Soir. HEX triplet: 9E, 6E and AA. RGB value is (158,110,170). Sum of RGB (Red+Green+Blue) = 158+110+170=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E6EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6EAA is #619155. Grayscale: #828282. Windows color (decimal): -6394198 or 11169438. OLE color: 11169438.
HSL color Cylindrical-coordinate representation of color #9E6EAA: hue angle of 288º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E6EAA is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 110 | 170 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.33 |
| HSL | 288º | 0.26% | 0.55% | - |
| HSV(B) | 288º | 0.35% | 0.67% | - |
| XYZ | 26.93 | 21.32 | 40.73 | - |
| YUV | 131.19 | 149.9 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 110 | 170 | 0.07 | 0.35 | 0 | 0.33 | 288 | 0.26 | 0.55 |
| Hex | 9E | 6E | AA | 7 | 23 | 0 | 21 | 120 | 1A | 37 |
| Octal | 236 | 156 | 252 | 7 | 43 | 0 | 41 | 440 | 32 | 67 |
| Binary | 10011110 | 1101110 | 10101010 | 111 | 100011 | 0 | 100001 | 100100000 | 11010 | 110111 |
Color Harmonies of #9E6EAA
Complementary color
Monochromatic Colors of #9E6EAA
Black with #9E6EAA
Text Example
Text Example
White with #9E6EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6EAA; }
p { color: rgb(158,110,170); }
H1.HeaderClassName
{
color: #9E6EAA;
}
.AnyTagClassName
{
color: #9E6EAA;
}
</style>
background-color css
<style>
a { background-color: #9E6EAA; }
a { background-color: rgb(158,110,170); }
div.DivClassName
{
background-color: #9E6EAA;
}
.BgClassName
{
background-color: #9E6EAA;
}
</style>
border-color css
<style>
span { border-color: #9E6EAA; }
span { border-color: rgb(158,110,170); }
td.TdClassName
{
border-color: #9E6EAA;
}
.TagClassName
{
border-color: #9E6EAA;
}
</style>