Shades of Ce Soir #9475AC
Tints of Ce Soir #9475AC
RGB
CMYK
RGB Variations
Color information
#9475AC (or 0x9475AC) is known color: Ce Soir. HEX triplet: 94, 75 and AC. RGB value is (148,117,172). Sum of RGB (Red+Green+Blue) = 148+117+172=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #9475AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9475AC is #6B8A53. Grayscale: #848484. Windows color (decimal): -7047764 or 11302292. OLE color: 11302292.
HSL color Cylindrical-coordinate representation of color #9475AC: hue angle of 273.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9475AC is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 117 | 172 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.33 |
| HSL | 273.82º | 0.25% | 0.57% | - |
| HSV(B) | 273.82º | 0.32% | 0.67% | - |
| XYZ | 26.02 | 22 | 41.9 | - |
| YUV | 132.54 | 150.27 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 172 | 0.14 | 0.32 | 0 | 0.33 | 273.82 | 0.25 | 0.57 |
| Hex | 94 | 75 | AC | E | 20 | 0 | 21 | 112 | 19 | 39 |
| Octal | 224 | 165 | 254 | 16 | 40 | 0 | 41 | 422 | 31 | 71 |
| Binary | 10010100 | 1110101 | 10101100 | 1110 | 100000 | 0 | 100001 | 100010010 | 11001 | 111001 |
Color Harmonies of #9475AC
Complementary color
Monochromatic Colors of #9475AC
Black with #9475AC
Text Example
Text Example
White with #9475AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9475AC; }
p { color: rgb(148,117,172); }
H1.HeaderClassName
{
color: #9475AC;
}
.AnyTagClassName
{
color: #9475AC;
}
</style>
background-color css
<style>
a { background-color: #9475AC; }
a { background-color: rgb(148,117,172); }
div.DivClassName
{
background-color: #9475AC;
}
.BgClassName
{
background-color: #9475AC;
}
</style>
border-color css
<style>
span { border-color: #9475AC; }
span { border-color: rgb(148,117,172); }
td.TdClassName
{
border-color: #9475AC;
}
.TagClassName
{
border-color: #9475AC;
}
</style>