Shades of Ce Soir #9D72B3
Tints of Ce Soir #9D72B3
RGB
CMYK
RGB Variations
Color information
#9D72B3 (or 0x9D72B3) is known color: Ce Soir. HEX triplet: 9D, 72 and B3. RGB value is (157,114,179). Sum of RGB (Red+Green+Blue) = 157+114+179=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 179 - color contains mainly: blue. Hex color #9D72B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D72B3 is #628D4C. Grayscale: #868686. Windows color (decimal): -6458701 or 11760285. OLE color: 11760285.
HSL color Cylindrical-coordinate representation of color #9D72B3: hue angle of 279.69º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D72B3 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 114 | 179 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.30 |
| HSL | 279.69º | 0.3% | 0.57% | - |
| HSV(B) | 279.69º | 0.36% | 0.7% | - |
| XYZ | 28.06 | 22.46 | 45.5 | - |
| YUV | 134.27 | 153.25 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 114 | 179 | 0.12 | 0.36 | 0 | 0.30 | 279.69 | 0.3 | 0.57 |
| Hex | 9D | 72 | B3 | C | 24 | 0 | 1E | 118 | 1E | 39 |
| Octal | 235 | 162 | 263 | 14 | 44 | 0 | 36 | 430 | 36 | 71 |
| Binary | 10011101 | 1110010 | 10110011 | 1100 | 100100 | 0 | 11110 | 100011000 | 11110 | 111001 |
Color Harmonies of #9D72B3
Complementary color
Monochromatic Colors of #9D72B3
Black with #9D72B3
Text Example
Text Example
White with #9D72B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D72B3; }
p { color: rgb(157,114,179); }
H1.HeaderClassName
{
color: #9D72B3;
}
.AnyTagClassName
{
color: #9D72B3;
}
</style>
background-color css
<style>
a { background-color: #9D72B3; }
a { background-color: rgb(157,114,179); }
div.DivClassName
{
background-color: #9D72B3;
}
.BgClassName
{
background-color: #9D72B3;
}
</style>
border-color css
<style>
span { border-color: #9D72B3; }
span { border-color: rgb(157,114,179); }
td.TdClassName
{
border-color: #9D72B3;
}
.TagClassName
{
border-color: #9D72B3;
}
</style>