Shades of Ce Soir #8864AB
Tints of Ce Soir #8864AB
RGB
CMYK
RGB Variations
Color information
#8864AB (or 0x8864AB) is known color: Ce Soir. HEX triplet: 88, 64 and AB. RGB value is (136,100,171). Sum of RGB (Red+Green+Blue) = 136+100+171=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #8864AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8864AB is #779B54. Grayscale: #767676. Windows color (decimal): -7838549 or 11232392. OLE color: 11232392.
HSL color Cylindrical-coordinate representation of color #8864AB: hue angle of 270.42º 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 #8864AB is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 100 | 171 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.33 |
| HSL | 270.42º | 0.3% | 0.53% | - |
| HSV(B) | 270.42º | 0.42% | 0.67% | - |
| XYZ | 22.06 | 17.29 | 40.7 | - |
| YUV | 118.86 | 157.43 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 100 | 171 | 0.20 | 0.42 | 0 | 0.33 | 270.42 | 0.3 | 0.53 |
| Hex | 88 | 64 | AB | 14 | 2A | 0 | 21 | 10E | 1E | 35 |
| Octal | 210 | 144 | 253 | 24 | 52 | 0 | 41 | 416 | 36 | 65 |
| Binary | 10001000 | 1100100 | 10101011 | 10100 | 101010 | 0 | 100001 | 100001110 | 11110 | 110101 |
Color Harmonies of #8864AB
Complementary color
Monochromatic Colors of #8864AB
Black with #8864AB
Text Example
Text Example
White with #8864AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8864AB; }
p { color: rgb(136,100,171); }
H1.HeaderClassName
{
color: #8864AB;
}
.AnyTagClassName
{
color: #8864AB;
}
</style>
background-color css
<style>
a { background-color: #8864AB; }
a { background-color: rgb(136,100,171); }
div.DivClassName
{
background-color: #8864AB;
}
.BgClassName
{
background-color: #8864AB;
}
</style>
border-color css
<style>
span { border-color: #8864AB; }
span { border-color: rgb(136,100,171); }
td.TdClassName
{
border-color: #8864AB;
}
.TagClassName
{
border-color: #8864AB;
}
</style>