Shades of Ce Soir #9363AC
Tints of Ce Soir #9363AC
RGB
CMYK
RGB Variations
Color information
#9363AC (or 0x9363AC) is known color: Ce Soir. HEX triplet: 93, 63 and AC. RGB value is (147,99,172). Sum of RGB (Red+Green+Blue) = 147+99+172=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #9363AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9363AC is #6C9C53. Grayscale: #797979. Windows color (decimal): -7117908 or 11297683. OLE color: 11297683.
HSL color Cylindrical-coordinate representation of color #9363AC: hue angle of 279.45º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9363AC is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 99 | 172 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.33 |
| HSL | 279.45º | 0.31% | 0.53% | - |
| HSV(B) | 279.45º | 0.42% | 0.67% | - |
| XYZ | 23.94 | 18.11 | 41.26 | - |
| YUV | 121.67 | 156.4 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 99 | 172 | 0.15 | 0.42 | 0 | 0.33 | 279.45 | 0.31 | 0.53 |
| Hex | 93 | 63 | AC | F | 2A | 0 | 21 | 117 | 1F | 35 |
| Octal | 223 | 143 | 254 | 17 | 52 | 0 | 41 | 427 | 37 | 65 |
| Binary | 10010011 | 1100011 | 10101100 | 1111 | 101010 | 0 | 100001 | 100010111 | 11111 | 110101 |
Color Harmonies of #9363AC
Complementary color
Monochromatic Colors of #9363AC
Black with #9363AC
Text Example
Text Example
White with #9363AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9363AC; }
p { color: rgb(147,99,172); }
H1.HeaderClassName
{
color: #9363AC;
}
.AnyTagClassName
{
color: #9363AC;
}
</style>
background-color css
<style>
a { background-color: #9363AC; }
a { background-color: rgb(147,99,172); }
div.DivClassName
{
background-color: #9363AC;
}
.BgClassName
{
background-color: #9363AC;
}
</style>
border-color css
<style>
span { border-color: #9363AC; }
span { border-color: rgb(147,99,172); }
td.TdClassName
{
border-color: #9363AC;
}
.TagClassName
{
border-color: #9363AC;
}
</style>