Shades of Ce Soir #9063AD
Tints of Ce Soir #9063AD
RGB
CMYK
RGB Variations
Color information
#9063AD (or 0x9063AD) is known color: Ce Soir. HEX triplet: 90, 63 and AD. RGB value is (144,99,173). Sum of RGB (Red+Green+Blue) = 144+99+173=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #9063AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9063AD is #6F9C52. Grayscale: #787878. Windows color (decimal): -7314515 or 11363216. OLE color: 11363216.
HSL color Cylindrical-coordinate representation of color #9063AD: hue angle of 276.49º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9063AD is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 99 | 173 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.32 |
| HSL | 276.49º | 0.31% | 0.53% | - |
| HSV(B) | 276.49º | 0.43% | 0.68% | - |
| XYZ | 23.51 | 17.87 | 41.75 | - |
| YUV | 120.89 | 157.41 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 99 | 173 | 0.17 | 0.43 | 0 | 0.32 | 276.49 | 0.31 | 0.53 |
| Hex | 90 | 63 | AD | 11 | 2B | 0 | 20 | 114 | 1F | 35 |
| Octal | 220 | 143 | 255 | 21 | 53 | 0 | 40 | 424 | 37 | 65 |
| Binary | 10010000 | 1100011 | 10101101 | 10001 | 101011 | 0 | 100000 | 100010100 | 11111 | 110101 |
Color Harmonies of #9063AD
Complementary color
Monochromatic Colors of #9063AD
Black with #9063AD
Text Example
Text Example
White with #9063AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9063AD; }
p { color: rgb(144,99,173); }
H1.HeaderClassName
{
color: #9063AD;
}
.AnyTagClassName
{
color: #9063AD;
}
</style>
background-color css
<style>
a { background-color: #9063AD; }
a { background-color: rgb(144,99,173); }
div.DivClassName
{
background-color: #9063AD;
}
.BgClassName
{
background-color: #9063AD;
}
</style>
border-color css
<style>
span { border-color: #9063AD; }
span { border-color: rgb(144,99,173); }
td.TdClassName
{
border-color: #9063AD;
}
.TagClassName
{
border-color: #9063AD;
}
</style>