Shades of Ce Soir #8964AA
Tints of Ce Soir #8964AA
RGB
CMYK
RGB Variations
Color information
#8964AA (or 0x8964AA) is known color: Ce Soir. HEX triplet: 89, 64 and AA. RGB value is (137,100,170). Sum of RGB (Red+Green+Blue) = 137+100+170=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #8964AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8964AA is #769B55. Grayscale: #767676. Windows color (decimal): -7773014 or 11166857. OLE color: 11166857.
HSL color Cylindrical-coordinate representation of color #8964AA: hue angle of 271.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8964AA is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 100 | 170 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.33 |
| HSL | 271.71º | 0.29% | 0.53% | - |
| HSV(B) | 271.71º | 0.41% | 0.67% | - |
| XYZ | 22.13 | 17.33 | 40.21 | - |
| YUV | 119.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 100 | 170 | 0.19 | 0.41 | 0 | 0.33 | 271.71 | 0.29 | 0.53 |
| Hex | 89 | 64 | AA | 13 | 29 | 0 | 21 | 110 | 1D | 35 |
| Octal | 211 | 144 | 252 | 23 | 51 | 0 | 41 | 420 | 35 | 65 |
| Binary | 10001001 | 1100100 | 10101010 | 10011 | 101001 | 0 | 100001 | 100010000 | 11101 | 110101 |
Color Harmonies of #8964AA
Complementary color
Monochromatic Colors of #8964AA
Black with #8964AA
Text Example
Text Example
White with #8964AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8964AA; }
p { color: rgb(137,100,170); }
H1.HeaderClassName
{
color: #8964AA;
}
.AnyTagClassName
{
color: #8964AA;
}
</style>
background-color css
<style>
a { background-color: #8964AA; }
a { background-color: rgb(137,100,170); }
div.DivClassName
{
background-color: #8964AA;
}
.BgClassName
{
background-color: #8964AA;
}
</style>
border-color css
<style>
span { border-color: #8964AA; }
span { border-color: rgb(137,100,170); }
td.TdClassName
{
border-color: #8964AA;
}
.TagClassName
{
border-color: #8964AA;
}
</style>