Shades of Ce Soir #9E6FB4
Tints of Ce Soir #9E6FB4
RGB
CMYK
RGB Variations
Color information
#9E6FB4 (or 0x9E6FB4) is known color: Ce Soir. HEX triplet: 9E, 6F and B4. RGB value is (158,111,180). Sum of RGB (Red+Green+Blue) = 158+111+180=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 180 - color contains mainly: blue. Hex color #9E6FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6FB4 is #61904B. Grayscale: #848484. Windows color (decimal): -6393932 or 11825054. OLE color: 11825054.
HSL color Cylindrical-coordinate representation of color #9E6FB4: hue angle of 280.87º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E6FB4 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 158 | 111 | 180 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.29 |
| HSL | 280.87º | 0.32% | 0.57% | - |
| HSV(B) | 280.87º | 0.38% | 0.71% | - |
| XYZ | 28.02 | 21.93 | 45.94 | - |
| YUV | 132.92 | 154.57 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 111 | 180 | 0.12 | 0.38 | 0 | 0.29 | 280.87 | 0.32 | 0.57 |
| Hex | 9E | 6F | B4 | C | 26 | 0 | 1D | 119 | 20 | 39 |
| Octal | 236 | 157 | 264 | 14 | 46 | 0 | 35 | 431 | 40 | 71 |
| Binary | 10011110 | 1101111 | 10110100 | 1100 | 100110 | 0 | 11101 | 100011001 | 100000 | 111001 |
Color Harmonies of #9E6FB4
Complementary color
Monochromatic Colors of #9E6FB4
Black with #9E6FB4
Text Example
Text Example
White with #9E6FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6FB4; }
p { color: rgb(158,111,180); }
H1.HeaderClassName
{
color: #9E6FB4;
}
.AnyTagClassName
{
color: #9E6FB4;
}
</style>
background-color css
<style>
a { background-color: #9E6FB4; }
a { background-color: rgb(158,111,180); }
div.DivClassName
{
background-color: #9E6FB4;
}
.BgClassName
{
background-color: #9E6FB4;
}
</style>
border-color css
<style>
span { border-color: #9E6FB4; }
span { border-color: rgb(158,111,180); }
td.TdClassName
{
border-color: #9E6FB4;
}
.TagClassName
{
border-color: #9E6FB4;
}
</style>