Shades of Ce Soir #9066A0
Tints of Ce Soir #9066A0
RGB
CMYK
RGB Variations
Color information
#9066A0 (or 0x9066A0) is known color: Ce Soir. HEX triplet: 90, 66 and A0. RGB value is (144,102,160). Sum of RGB (Red+Green+Blue) = 144+102+160=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 160 - color contains mainly: blue. Hex color #9066A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9066A0 is #6F995F. Grayscale: #787878. Windows color (decimal): -7313760 or 10512016. OLE color: 10512016.
HSL color Cylindrical-coordinate representation of color #9066A0: hue angle of 283.45º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9066A0 is Cyan = 0.1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 102 | 160 | - |
| CMYK | 0.1 | 0.36 | 0 | 0.37 |
| HSL | 283.45º | 0.23% | 0.51% | - |
| HSV(B) | 283.45º | 0.36% | 0.63% | - |
| XYZ | 22.6 | 17.97 | 35.54 | - |
| YUV | 121.17 | 149.91 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 102 | 160 | 0.1 | 0.36 | 0 | 0.37 | 283.45 | 0.23 | 0.51 |
| Hex | 90 | 66 | A0 | A | 24 | 0 | 25 | 11B | 17 | 33 |
| Octal | 220 | 146 | 240 | 12 | 44 | 0 | 45 | 433 | 27 | 63 |
| Binary | 10010000 | 1100110 | 10100000 | 1010 | 100100 | 0 | 100101 | 100011011 | 10111 | 110011 |
Color Harmonies of #9066A0
Complementary color
Monochromatic Colors of #9066A0
Black with #9066A0
Text Example
Text Example
White with #9066A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9066A0; }
p { color: rgb(144,102,160); }
H1.HeaderClassName
{
color: #9066A0;
}
.AnyTagClassName
{
color: #9066A0;
}
</style>
background-color css
<style>
a { background-color: #9066A0; }
a { background-color: rgb(144,102,160); }
div.DivClassName
{
background-color: #9066A0;
}
.BgClassName
{
background-color: #9066A0;
}
</style>
border-color css
<style>
span { border-color: #9066A0; }
span { border-color: rgb(144,102,160); }
td.TdClassName
{
border-color: #9066A0;
}
.TagClassName
{
border-color: #9066A0;
}
</style>