Shades of Ce Soir #9D6DB1
Tints of Ce Soir #9D6DB1
RGB
CMYK
RGB Variations
Color information
#9D6DB1 (or 0x9D6DB1) is known color: Ce Soir. HEX triplet: 9D, 6D and B1. RGB value is (157,109,177). Sum of RGB (Red+Green+Blue) = 157+109+177=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 177 - color contains mainly: blue. Hex color #9D6DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6DB1 is #62924E. Grayscale: #828282. Windows color (decimal): -6459983 or 11627933. OLE color: 11627933.
HSL color Cylindrical-coordinate representation of color #9D6DB1: hue angle of 282.35º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D6DB1 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 109 | 177 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.31 |
| HSL | 282.35º | 0.3% | 0.56% | - |
| HSV(B) | 282.35º | 0.38% | 0.69% | - |
| XYZ | 27.31 | 21.28 | 44.26 | - |
| YUV | 131.1 | 153.9 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 109 | 177 | 0.11 | 0.38 | 0 | 0.31 | 282.35 | 0.3 | 0.56 |
| Hex | 9D | 6D | B1 | B | 26 | 0 | 1F | 11A | 1E | 38 |
| Octal | 235 | 155 | 261 | 13 | 46 | 0 | 37 | 432 | 36 | 70 |
| Binary | 10011101 | 1101101 | 10110001 | 1011 | 100110 | 0 | 11111 | 100011010 | 11110 | 111000 |
Color Harmonies of #9D6DB1
Complementary color
Monochromatic Colors of #9D6DB1
Black with #9D6DB1
Text Example
Text Example
White with #9D6DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6DB1; }
p { color: rgb(157,109,177); }
H1.HeaderClassName
{
color: #9D6DB1;
}
.AnyTagClassName
{
color: #9D6DB1;
}
</style>
background-color css
<style>
a { background-color: #9D6DB1; }
a { background-color: rgb(157,109,177); }
div.DivClassName
{
background-color: #9D6DB1;
}
.BgClassName
{
background-color: #9D6DB1;
}
</style>
border-color css
<style>
span { border-color: #9D6DB1; }
span { border-color: rgb(157,109,177); }
td.TdClassName
{
border-color: #9D6DB1;
}
.TagClassName
{
border-color: #9D6DB1;
}
</style>