Shades of Ce Soir #9573AD
Tints of Ce Soir #9573AD
RGB
CMYK
RGB Variations
Color information
#9573AD (or 0x9573AD) is known color: Ce Soir. HEX triplet: 95, 73 and AD. RGB value is (149,115,173). Sum of RGB (Red+Green+Blue) = 149+115+173=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #9573AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9573AD is #6A8C52. Grayscale: #838383. Windows color (decimal): -6982739 or 11367317. OLE color: 11367317.
HSL color Cylindrical-coordinate representation of color #9573AD: hue angle of 275.17º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9573AD is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 115 | 173 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.32 |
| HSL | 275.17º | 0.26% | 0.56% | - |
| HSV(B) | 275.17º | 0.34% | 0.68% | - |
| XYZ | 26.07 | 21.67 | 42.34 | - |
| YUV | 131.78 | 151.26 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 173 | 0.14 | 0.34 | 0 | 0.32 | 275.17 | 0.26 | 0.56 |
| Hex | 95 | 73 | AD | E | 22 | 0 | 20 | 113 | 1A | 38 |
| Octal | 225 | 163 | 255 | 16 | 42 | 0 | 40 | 423 | 32 | 70 |
| Binary | 10010101 | 1110011 | 10101101 | 1110 | 100010 | 0 | 100000 | 100010011 | 11010 | 111000 |
Color Harmonies of #9573AD
Complementary color
Monochromatic Colors of #9573AD
Black with #9573AD
Text Example
Text Example
White with #9573AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9573AD; }
p { color: rgb(149,115,173); }
H1.HeaderClassName
{
color: #9573AD;
}
.AnyTagClassName
{
color: #9573AD;
}
</style>
background-color css
<style>
a { background-color: #9573AD; }
a { background-color: rgb(149,115,173); }
div.DivClassName
{
background-color: #9573AD;
}
.BgClassName
{
background-color: #9573AD;
}
</style>
border-color css
<style>
span { border-color: #9573AD; }
span { border-color: rgb(149,115,173); }
td.TdClassName
{
border-color: #9573AD;
}
.TagClassName
{
border-color: #9573AD;
}
</style>