Shades of Ce Soir #9D75B1
Tints of Ce Soir #9D75B1
RGB
CMYK
RGB Variations
Color information
#9D75B1 (or 0x9D75B1) is known color: Ce Soir. HEX triplet: 9D, 75 and B1. RGB value is (157,117,177). Sum of RGB (Red+Green+Blue) = 157+117+177=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 177 - color contains mainly: blue. Hex color #9D75B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D75B1 is #628A4E. Grayscale: #878787. Windows color (decimal): -6457935 or 11629981. OLE color: 11629981.
HSL color Cylindrical-coordinate representation of color #9D75B1: hue angle of 280º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D75B1 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 117 | 177 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.31 |
| HSL | 280º | 0.28% | 0.58% | - |
| HSV(B) | 280º | 0.34% | 0.69% | - |
| XYZ | 28.2 | 23.07 | 44.56 | - |
| YUV | 135.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 117 | 177 | 0.11 | 0.34 | 0 | 0.31 | 280 | 0.28 | 0.58 |
| Hex | 9D | 75 | B1 | B | 22 | 0 | 1F | 118 | 1C | 3A |
| Octal | 235 | 165 | 261 | 13 | 42 | 0 | 37 | 430 | 34 | 72 |
| Binary | 10011101 | 1110101 | 10110001 | 1011 | 100010 | 0 | 11111 | 100011000 | 11100 | 111010 |
Color Harmonies of #9D75B1
Complementary color
Monochromatic Colors of #9D75B1
Black with #9D75B1
Text Example
Text Example
White with #9D75B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D75B1; }
p { color: rgb(157,117,177); }
H1.HeaderClassName
{
color: #9D75B1;
}
.AnyTagClassName
{
color: #9D75B1;
}
</style>
background-color css
<style>
a { background-color: #9D75B1; }
a { background-color: rgb(157,117,177); }
div.DivClassName
{
background-color: #9D75B1;
}
.BgClassName
{
background-color: #9D75B1;
}
</style>
border-color css
<style>
span { border-color: #9D75B1; }
span { border-color: rgb(157,117,177); }
td.TdClassName
{
border-color: #9D75B1;
}
.TagClassName
{
border-color: #9D75B1;
}
</style>