Shades of Ce Soir #9064AB
Tints of Ce Soir #9064AB
RGB
CMYK
RGB Variations
Color information
#9064AB (or 0x9064AB) is known color: Ce Soir. HEX triplet: 90, 64 and AB. RGB value is (144,100,171). Sum of RGB (Red+Green+Blue) = 144+100+171=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #9064AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9064AB is #6F9B54. Grayscale: #797979. Windows color (decimal): -7314261 or 11232400. OLE color: 11232400.
HSL color Cylindrical-coordinate representation of color #9064AB: hue angle of 277.18º 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 #9064AB is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 100 | 171 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.33 |
| HSL | 277.18º | 0.3% | 0.53% | - |
| HSV(B) | 277.18º | 0.42% | 0.67% | - |
| XYZ | 23.41 | 17.98 | 40.77 | - |
| YUV | 121.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 100 | 171 | 0.16 | 0.42 | 0 | 0.33 | 277.18 | 0.3 | 0.53 |
| Hex | 90 | 64 | AB | 10 | 2A | 0 | 21 | 115 | 1E | 35 |
| Octal | 220 | 144 | 253 | 20 | 52 | 0 | 41 | 425 | 36 | 65 |
| Binary | 10010000 | 1100100 | 10101011 | 10000 | 101010 | 0 | 100001 | 100010101 | 11110 | 110101 |
Color Harmonies of #9064AB
Complementary color
Monochromatic Colors of #9064AB
Black with #9064AB
Text Example
Text Example
White with #9064AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9064AB; }
p { color: rgb(144,100,171); }
H1.HeaderClassName
{
color: #9064AB;
}
.AnyTagClassName
{
color: #9064AB;
}
</style>
background-color css
<style>
a { background-color: #9064AB; }
a { background-color: rgb(144,100,171); }
div.DivClassName
{
background-color: #9064AB;
}
.BgClassName
{
background-color: #9064AB;
}
</style>
border-color css
<style>
span { border-color: #9064AB; }
span { border-color: rgb(144,100,171); }
td.TdClassName
{
border-color: #9064AB;
}
.TagClassName
{
border-color: #9064AB;
}
</style>