Shades of Ce Soir #8864AA
Tints of Ce Soir #8864AA
RGB
CMYK
RGB Variations
Color information
#8864AA (or 0x8864AA) is known color: Ce Soir. HEX triplet: 88, 64 and AA. RGB value is (136,100,170). Sum of RGB (Red+Green+Blue) = 136+100+170=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #8864AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8864AA is #779B55. Grayscale: #767676. Windows color (decimal): -7838550 or 11166856. OLE color: 11166856.
HSL color Cylindrical-coordinate representation of color #8864AA: hue angle of 270.86º 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 #8864AA is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 100 | 170 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.33 |
| HSL | 270.86º | 0.29% | 0.53% | - |
| HSV(B) | 270.86º | 0.41% | 0.67% | - |
| XYZ | 21.97 | 17.25 | 40.2 | - |
| YUV | 118.74 | 156.93 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 100 | 170 | 0.20 | 0.41 | 0 | 0.33 | 270.86 | 0.29 | 0.53 |
| Hex | 88 | 64 | AA | 14 | 29 | 0 | 21 | 10F | 1D | 35 |
| Octal | 210 | 144 | 252 | 24 | 51 | 0 | 41 | 417 | 35 | 65 |
| Binary | 10001000 | 1100100 | 10101010 | 10100 | 101001 | 0 | 100001 | 100001111 | 11101 | 110101 |
Color Harmonies of #8864AA
Complementary color
Monochromatic Colors of #8864AA
Black with #8864AA
Text Example
Text Example
White with #8864AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8864AA; }
p { color: rgb(136,100,170); }
H1.HeaderClassName
{
color: #8864AA;
}
.AnyTagClassName
{
color: #8864AA;
}
</style>
background-color css
<style>
a { background-color: #8864AA; }
a { background-color: rgb(136,100,170); }
div.DivClassName
{
background-color: #8864AA;
}
.BgClassName
{
background-color: #8864AA;
}
</style>
border-color css
<style>
span { border-color: #8864AA; }
span { border-color: rgb(136,100,170); }
td.TdClassName
{
border-color: #8864AA;
}
.TagClassName
{
border-color: #8864AA;
}
</style>