Shades of Ce Soir #9E6AB4
Tints of Ce Soir #9E6AB4
RGB
CMYK
RGB Variations
Color information
#9E6AB4 (or 0x9E6AB4) is known color: Ce Soir. HEX triplet: 9E, 6A and B4. RGB value is (158,106,180). Sum of RGB (Red+Green+Blue) = 158+106+180=444 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.59% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 180 - color contains mainly: blue. Hex color #9E6AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6AB4 is #61954B. Grayscale: #818181. Windows color (decimal): -6395212 or 11823774. OLE color: 11823774.
HSL color Cylindrical-coordinate representation of color #9E6AB4: hue angle of 282.16º 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 #9E6AB4 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 158 | 106 | 180 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.29 |
| HSL | 282.16º | 0.33% | 0.56% | - |
| HSV(B) | 282.16º | 0.41% | 0.71% | - |
| XYZ | 27.49 | 20.87 | 45.76 | - |
| YUV | 129.98 | 156.23 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 106 | 180 | 0.12 | 0.41 | 0 | 0.29 | 282.16 | 0.33 | 0.56 |
| Hex | 9E | 6A | B4 | C | 29 | 0 | 1D | 11A | 21 | 38 |
| Octal | 236 | 152 | 264 | 14 | 51 | 0 | 35 | 432 | 41 | 70 |
| Binary | 10011110 | 1101010 | 10110100 | 1100 | 101001 | 0 | 11101 | 100011010 | 100001 | 111000 |
Color Harmonies of #9E6AB4
Complementary color
Monochromatic Colors of #9E6AB4
Black with #9E6AB4
Text Example
Text Example
White with #9E6AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6AB4; }
p { color: rgb(158,106,180); }
H1.HeaderClassName
{
color: #9E6AB4;
}
.AnyTagClassName
{
color: #9E6AB4;
}
</style>
background-color css
<style>
a { background-color: #9E6AB4; }
a { background-color: rgb(158,106,180); }
div.DivClassName
{
background-color: #9E6AB4;
}
.BgClassName
{
background-color: #9E6AB4;
}
</style>
border-color css
<style>
span { border-color: #9E6AB4; }
span { border-color: rgb(158,106,180); }
td.TdClassName
{
border-color: #9E6AB4;
}
.TagClassName
{
border-color: #9E6AB4;
}
</style>