Shades of Ce Soir #9D6DB2
Tints of Ce Soir #9D6DB2
RGB
CMYK
RGB Variations
Color information
#9D6DB2 (or 0x9D6DB2) is known color: Ce Soir. HEX triplet: 9D, 6D and B2. RGB value is (157,109,178). Sum of RGB (Red+Green+Blue) = 157+109+178=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 178 - color contains mainly: blue. Hex color #9D6DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6DB2 is #62924D. Grayscale: #828282. Windows color (decimal): -6459982 or 11693469. OLE color: 11693469.
HSL color Cylindrical-coordinate representation of color #9D6DB2: hue angle of 281.74º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D6DB2 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 109 | 178 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.30 |
| HSL | 281.74º | 0.31% | 0.56% | - |
| HSV(B) | 281.74º | 0.39% | 0.7% | - |
| XYZ | 27.41 | 21.32 | 44.79 | - |
| YUV | 131.22 | 154.4 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 109 | 178 | 0.12 | 0.39 | 0 | 0.30 | 281.74 | 0.31 | 0.56 |
| Hex | 9D | 6D | B2 | C | 27 | 0 | 1E | 11A | 1F | 38 |
| Octal | 235 | 155 | 262 | 14 | 47 | 0 | 36 | 432 | 37 | 70 |
| Binary | 10011101 | 1101101 | 10110010 | 1100 | 100111 | 0 | 11110 | 100011010 | 11111 | 111000 |
Color Harmonies of #9D6DB2
Complementary color
Monochromatic Colors of #9D6DB2
Black with #9D6DB2
Text Example
Text Example
White with #9D6DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6DB2; }
p { color: rgb(157,109,178); }
H1.HeaderClassName
{
color: #9D6DB2;
}
.AnyTagClassName
{
color: #9D6DB2;
}
</style>
background-color css
<style>
a { background-color: #9D6DB2; }
a { background-color: rgb(157,109,178); }
div.DivClassName
{
background-color: #9D6DB2;
}
.BgClassName
{
background-color: #9D6DB2;
}
</style>
border-color css
<style>
span { border-color: #9D6DB2; }
span { border-color: rgb(157,109,178); }
td.TdClassName
{
border-color: #9D6DB2;
}
.TagClassName
{
border-color: #9D6DB2;
}
</style>