Shades of Ce Soir #9D6EAC
Tints of Ce Soir #9D6EAC
RGB
CMYK
RGB Variations
Color information
#9D6EAC (or 0x9D6EAC) is known color: Ce Soir. HEX triplet: 9D, 6E and AC. RGB value is (157,110,172). Sum of RGB (Red+Green+Blue) = 157+110+172=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D6EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6EAC is #629153. Grayscale: #828282. Windows color (decimal): -6459732 or 11300509. OLE color: 11300509.
HSL color Cylindrical-coordinate representation of color #9D6EAC: hue angle of 285.48º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D6EAC is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 110 | 172 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.33 |
| HSL | 285.48º | 0.27% | 0.55% | - |
| HSV(B) | 285.48º | 0.36% | 0.67% | - |
| XYZ | 26.93 | 21.3 | 41.72 | - |
| YUV | 131.12 | 151.07 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 110 | 172 | 0.09 | 0.36 | 0 | 0.33 | 285.48 | 0.27 | 0.55 |
| Hex | 9D | 6E | AC | 9 | 24 | 0 | 21 | 11D | 1B | 37 |
| Octal | 235 | 156 | 254 | 11 | 44 | 0 | 41 | 435 | 33 | 67 |
| Binary | 10011101 | 1101110 | 10101100 | 1001 | 100100 | 0 | 100001 | 100011101 | 11011 | 110111 |
Color Harmonies of #9D6EAC
Complementary color
Monochromatic Colors of #9D6EAC
Black with #9D6EAC
Text Example
Text Example
White with #9D6EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6EAC; }
p { color: rgb(157,110,172); }
H1.HeaderClassName
{
color: #9D6EAC;
}
.AnyTagClassName
{
color: #9D6EAC;
}
</style>
background-color css
<style>
a { background-color: #9D6EAC; }
a { background-color: rgb(157,110,172); }
div.DivClassName
{
background-color: #9D6EAC;
}
.BgClassName
{
background-color: #9D6EAC;
}
</style>
border-color css
<style>
span { border-color: #9D6EAC; }
span { border-color: rgb(157,110,172); }
td.TdClassName
{
border-color: #9D6EAC;
}
.TagClassName
{
border-color: #9D6EAC;
}
</style>