Shades of Ce Soir #9064AC
Tints of Ce Soir #9064AC
RGB
CMYK
RGB Variations
Color information
#9064AC (or 0x9064AC) is known color: Ce Soir. HEX triplet: 90, 64 and AC. RGB value is (144,100,172). Sum of RGB (Red+Green+Blue) = 144+100+172=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #9064AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9064AC is #6F9B53. Grayscale: #797979. Windows color (decimal): -7314260 or 11297936. OLE color: 11297936.
HSL color Cylindrical-coordinate representation of color #9064AC: hue angle of 276.67º 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 #9064AC is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 100 | 172 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.33 |
| HSL | 276.67º | 0.3% | 0.53% | - |
| HSV(B) | 276.67º | 0.42% | 0.67% | - |
| XYZ | 23.51 | 18.02 | 41.27 | - |
| YUV | 121.36 | 156.58 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 100 | 172 | 0.16 | 0.42 | 0 | 0.33 | 276.67 | 0.3 | 0.53 |
| Hex | 90 | 64 | AC | 10 | 2A | 0 | 21 | 115 | 1E | 35 |
| Octal | 220 | 144 | 254 | 20 | 52 | 0 | 41 | 425 | 36 | 65 |
| Binary | 10010000 | 1100100 | 10101100 | 10000 | 101010 | 0 | 100001 | 100010101 | 11110 | 110101 |
Color Harmonies of #9064AC
Complementary color
Monochromatic Colors of #9064AC
Black with #9064AC
Text Example
Text Example
White with #9064AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9064AC; }
p { color: rgb(144,100,172); }
H1.HeaderClassName
{
color: #9064AC;
}
.AnyTagClassName
{
color: #9064AC;
}
</style>
background-color css
<style>
a { background-color: #9064AC; }
a { background-color: rgb(144,100,172); }
div.DivClassName
{
background-color: #9064AC;
}
.BgClassName
{
background-color: #9064AC;
}
</style>
border-color css
<style>
span { border-color: #9064AC; }
span { border-color: rgb(144,100,172); }
td.TdClassName
{
border-color: #9064AC;
}
.TagClassName
{
border-color: #9064AC;
}
</style>