Shades of Ce Soir #8864A6
Tints of Ce Soir #8864A6
RGB
CMYK
RGB Variations
Color information
#8864A6 (or 0x8864A6) is known color: Ce Soir. HEX triplet: 88, 64 and A6. RGB value is (136,100,166). Sum of RGB (Red+Green+Blue) = 136+100+166=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 166 - color contains mainly: blue. Hex color #8864A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8864A6 is #779B59. Grayscale: #767676. Windows color (decimal): -7838554 or 10904712. OLE color: 10904712.
HSL color Cylindrical-coordinate representation of color #8864A6: hue angle of 272.73º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8864A6 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 100 | 166 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.35 |
| HSL | 272.73º | 0.27% | 0.52% | - |
| HSV(B) | 272.73º | 0.4% | 0.65% | - |
| XYZ | 21.59 | 17.1 | 38.24 | - |
| YUV | 118.29 | 154.93 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 100 | 166 | 0.18 | 0.40 | 0 | 0.35 | 272.73 | 0.27 | 0.52 |
| Hex | 88 | 64 | A6 | 12 | 28 | 0 | 23 | 111 | 1B | 34 |
| Octal | 210 | 144 | 246 | 22 | 50 | 0 | 43 | 421 | 33 | 64 |
| Binary | 10001000 | 1100100 | 10100110 | 10010 | 101000 | 0 | 100011 | 100010001 | 11011 | 110100 |
Color Harmonies of #8864A6
Complementary color
Monochromatic Colors of #8864A6
Black with #8864A6
Text Example
Text Example
White with #8864A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8864A6; }
p { color: rgb(136,100,166); }
H1.HeaderClassName
{
color: #8864A6;
}
.AnyTagClassName
{
color: #8864A6;
}
</style>
background-color css
<style>
a { background-color: #8864A6; }
a { background-color: rgb(136,100,166); }
div.DivClassName
{
background-color: #8864A6;
}
.BgClassName
{
background-color: #8864A6;
}
</style>
border-color css
<style>
span { border-color: #8864A6; }
span { border-color: rgb(136,100,166); }
td.TdClassName
{
border-color: #8864A6;
}
.TagClassName
{
border-color: #8864A6;
}
</style>