Shades of Ce Soir #8964AC
Tints of Ce Soir #8964AC
RGB
CMYK
RGB Variations
Color information
#8964AC (or 0x8964AC) is known color: Ce Soir. HEX triplet: 89, 64 and AC. RGB value is (137,100,172). Sum of RGB (Red+Green+Blue) = 137+100+172=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #8964AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8964AC is #769B53. Grayscale: #777777. Windows color (decimal): -7773012 or 11297929. OLE color: 11297929.
HSL color Cylindrical-coordinate representation of color #8964AC: hue angle of 270.83º 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 #8964AC is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 100 | 172 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.33 |
| HSL | 270.83º | 0.3% | 0.53% | - |
| HSV(B) | 270.83º | 0.42% | 0.67% | - |
| XYZ | 22.32 | 17.41 | 41.21 | - |
| YUV | 119.27 | 157.76 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 100 | 172 | 0.20 | 0.42 | 0 | 0.33 | 270.83 | 0.3 | 0.53 |
| Hex | 89 | 64 | AC | 14 | 2A | 0 | 21 | 10F | 1E | 35 |
| Octal | 211 | 144 | 254 | 24 | 52 | 0 | 41 | 417 | 36 | 65 |
| Binary | 10001001 | 1100100 | 10101100 | 10100 | 101010 | 0 | 100001 | 100001111 | 11110 | 110101 |
Color Harmonies of #8964AC
Complementary color
Monochromatic Colors of #8964AC
Black with #8964AC
Text Example
Text Example
White with #8964AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8964AC; }
p { color: rgb(137,100,172); }
H1.HeaderClassName
{
color: #8964AC;
}
.AnyTagClassName
{
color: #8964AC;
}
</style>
background-color css
<style>
a { background-color: #8964AC; }
a { background-color: rgb(137,100,172); }
div.DivClassName
{
background-color: #8964AC;
}
.BgClassName
{
background-color: #8964AC;
}
</style>
border-color css
<style>
span { border-color: #8964AC; }
span { border-color: rgb(137,100,172); }
td.TdClassName
{
border-color: #8964AC;
}
.TagClassName
{
border-color: #8964AC;
}
</style>