Shades of Ce Soir #9473AE
Tints of Ce Soir #9473AE
RGB
CMYK
RGB Variations
Color information
#9473AE (or 0x9473AE) is known color: Ce Soir. HEX triplet: 94, 73 and AE. RGB value is (148,115,174). Sum of RGB (Red+Green+Blue) = 148+115+174=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #9473AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9473AE is #6B8C51. Grayscale: #838383. Windows color (decimal): -7048274 or 11432852. OLE color: 11432852.
HSL color Cylindrical-coordinate representation of color #9473AE: hue angle of 273.56º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9473AE is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 115 | 174 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.32 |
| HSL | 273.56º | 0.27% | 0.57% | - |
| HSV(B) | 273.56º | 0.34% | 0.68% | - |
| XYZ | 25.98 | 21.61 | 42.85 | - |
| YUV | 131.59 | 151.93 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 115 | 174 | 0.15 | 0.34 | 0 | 0.32 | 273.56 | 0.27 | 0.57 |
| Hex | 94 | 73 | AE | F | 22 | 0 | 20 | 112 | 1B | 39 |
| Octal | 224 | 163 | 256 | 17 | 42 | 0 | 40 | 422 | 33 | 71 |
| Binary | 10010100 | 1110011 | 10101110 | 1111 | 100010 | 0 | 100000 | 100010010 | 11011 | 111001 |
Color Harmonies of #9473AE
Complementary color
Monochromatic Colors of #9473AE
Black with #9473AE
Text Example
Text Example
White with #9473AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9473AE; }
p { color: rgb(148,115,174); }
H1.HeaderClassName
{
color: #9473AE;
}
.AnyTagClassName
{
color: #9473AE;
}
</style>
background-color css
<style>
a { background-color: #9473AE; }
a { background-color: rgb(148,115,174); }
div.DivClassName
{
background-color: #9473AE;
}
.BgClassName
{
background-color: #9473AE;
}
</style>
border-color css
<style>
span { border-color: #9473AE; }
span { border-color: rgb(148,115,174); }
td.TdClassName
{
border-color: #9473AE;
}
.TagClassName
{
border-color: #9473AE;
}
</style>