Shades of Ce Soir #9E6BAC
Tints of Ce Soir #9E6BAC
RGB
CMYK
RGB Variations
Color information
#9E6BAC (or 0x9E6BAC) is known color: Ce Soir. HEX triplet: 9E, 6B and AC. RGB value is (158,107,172). Sum of RGB (Red+Green+Blue) = 158+107+172=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E6BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6BAC is #619453. Grayscale: #818181. Windows color (decimal): -6394964 or 11299742. OLE color: 11299742.
HSL color Cylindrical-coordinate representation of color #9E6BAC: hue angle of 287.08º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E6BAC is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 107 | 172 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.33 |
| HSL | 287.08º | 0.28% | 0.55% | - |
| HSV(B) | 287.08º | 0.38% | 0.67% | - |
| XYZ | 26.8 | 20.76 | 41.62 | - |
| YUV | 129.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 107 | 172 | 0.08 | 0.38 | 0 | 0.33 | 287.08 | 0.28 | 0.55 |
| Hex | 9E | 6B | AC | 8 | 26 | 0 | 21 | 11F | 1C | 37 |
| Octal | 236 | 153 | 254 | 10 | 46 | 0 | 41 | 437 | 34 | 67 |
| Binary | 10011110 | 1101011 | 10101100 | 1000 | 100110 | 0 | 100001 | 100011111 | 11100 | 110111 |
Color Harmonies of #9E6BAC
Complementary color
Monochromatic Colors of #9E6BAC
Black with #9E6BAC
Text Example
Text Example
White with #9E6BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6BAC; }
p { color: rgb(158,107,172); }
H1.HeaderClassName
{
color: #9E6BAC;
}
.AnyTagClassName
{
color: #9E6BAC;
}
</style>
background-color css
<style>
a { background-color: #9E6BAC; }
a { background-color: rgb(158,107,172); }
div.DivClassName
{
background-color: #9E6BAC;
}
.BgClassName
{
background-color: #9E6BAC;
}
</style>
border-color css
<style>
span { border-color: #9E6BAC; }
span { border-color: rgb(158,107,172); }
td.TdClassName
{
border-color: #9E6BAC;
}
.TagClassName
{
border-color: #9E6BAC;
}
</style>