Shades of Ce Soir #9E6BB4
Tints of Ce Soir #9E6BB4
RGB
CMYK
RGB Variations
Color information
#9E6BB4 (or 0x9E6BB4) is known color: Ce Soir. HEX triplet: 9E, 6B and B4. RGB value is (158,107,180). Sum of RGB (Red+Green+Blue) = 158+107+180=445 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.51% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 180 - color contains mainly: blue. Hex color #9E6BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6BB4 is #61944B. Grayscale: #828282. Windows color (decimal): -6394956 or 11824030. OLE color: 11824030.
HSL color Cylindrical-coordinate representation of color #9E6BB4: hue angle of 281.92º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E6BB4 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 158 | 107 | 180 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.29 |
| HSL | 281.92º | 0.33% | 0.56% | - |
| HSV(B) | 281.92º | 0.41% | 0.71% | - |
| XYZ | 27.6 | 21.08 | 45.79 | - |
| YUV | 130.57 | 155.9 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 107 | 180 | 0.12 | 0.41 | 0 | 0.29 | 281.92 | 0.33 | 0.56 |
| Hex | 9E | 6B | B4 | C | 29 | 0 | 1D | 11A | 21 | 38 |
| Octal | 236 | 153 | 264 | 14 | 51 | 0 | 35 | 432 | 41 | 70 |
| Binary | 10011110 | 1101011 | 10110100 | 1100 | 101001 | 0 | 11101 | 100011010 | 100001 | 111000 |
Color Harmonies of #9E6BB4
Complementary color
Monochromatic Colors of #9E6BB4
Black with #9E6BB4
Text Example
Text Example
White with #9E6BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6BB4; }
p { color: rgb(158,107,180); }
H1.HeaderClassName
{
color: #9E6BB4;
}
.AnyTagClassName
{
color: #9E6BB4;
}
</style>
background-color css
<style>
a { background-color: #9E6BB4; }
a { background-color: rgb(158,107,180); }
div.DivClassName
{
background-color: #9E6BB4;
}
.BgClassName
{
background-color: #9E6BB4;
}
</style>
border-color css
<style>
span { border-color: #9E6BB4; }
span { border-color: rgb(158,107,180); }
td.TdClassName
{
border-color: #9E6BB4;
}
.TagClassName
{
border-color: #9E6BB4;
}
</style>