Shades of Ce Soir #9363AB
Tints of Ce Soir #9363AB
RGB
CMYK
RGB Variations
Color information
#9363AB (or 0x9363AB) is known color: Ce Soir. HEX triplet: 93, 63 and AB. RGB value is (147,99,171). Sum of RGB (Red+Green+Blue) = 147+99+171=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #9363AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9363AB is #6C9C54. Grayscale: #797979. Windows color (decimal): -7117909 or 11232147. OLE color: 11232147.
HSL color Cylindrical-coordinate representation of color #9363AB: hue angle of 280º degrees, saturation: 0.3, 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 #9363AB is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 99 | 171 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.33 |
| HSL | 280º | 0.3% | 0.53% | - |
| HSV(B) | 280º | 0.42% | 0.67% | - |
| XYZ | 23.85 | 18.07 | 40.76 | - |
| YUV | 121.56 | 155.9 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 99 | 171 | 0.14 | 0.42 | 0 | 0.33 | 280 | 0.3 | 0.53 |
| Hex | 93 | 63 | AB | E | 2A | 0 | 21 | 118 | 1E | 35 |
| Octal | 223 | 143 | 253 | 16 | 52 | 0 | 41 | 430 | 36 | 65 |
| Binary | 10010011 | 1100011 | 10101011 | 1110 | 101010 | 0 | 100001 | 100011000 | 11110 | 110101 |
Color Harmonies of #9363AB
Complementary color
Monochromatic Colors of #9363AB
Black with #9363AB
Text Example
Text Example
White with #9363AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9363AB; }
p { color: rgb(147,99,171); }
H1.HeaderClassName
{
color: #9363AB;
}
.AnyTagClassName
{
color: #9363AB;
}
</style>
background-color css
<style>
a { background-color: #9363AB; }
a { background-color: rgb(147,99,171); }
div.DivClassName
{
background-color: #9363AB;
}
.BgClassName
{
background-color: #9363AB;
}
</style>
border-color css
<style>
span { border-color: #9363AB; }
span { border-color: rgb(147,99,171); }
td.TdClassName
{
border-color: #9363AB;
}
.TagClassName
{
border-color: #9363AB;
}
</style>