Shades of Ce Soir #8860AF
Tints of Ce Soir #8860AF
RGB
CMYK
RGB Variations
Color information
#8860AF (or 0x8860AF) is known color: Ce Soir. HEX triplet: 88, 60 and AF. RGB value is (136,96,175). Sum of RGB (Red+Green+Blue) = 136+96+175=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #8860AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8860AF is #779F50. Grayscale: #747474. Windows color (decimal): -7839569 or 11493512. OLE color: 11493512.
HSL color Cylindrical-coordinate representation of color #8860AF: hue angle of 270.38º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8860AF is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 96 | 175 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.31 |
| HSL | 270.38º | 0.33% | 0.53% | - |
| HSV(B) | 270.38º | 0.45% | 0.69% | - |
| XYZ | 22.07 | 16.7 | 42.62 | - |
| YUV | 116.97 | 160.75 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 96 | 175 | 0.22 | 0.45 | 0 | 0.31 | 270.38 | 0.33 | 0.53 |
| Hex | 88 | 60 | AF | 16 | 2D | 0 | 1F | 10E | 21 | 35 |
| Octal | 210 | 140 | 257 | 26 | 55 | 0 | 37 | 416 | 41 | 65 |
| Binary | 10001000 | 1100000 | 10101111 | 10110 | 101101 | 0 | 11111 | 100001110 | 100001 | 110101 |
Color Harmonies of #8860AF
Complementary color
Monochromatic Colors of #8860AF
Black with #8860AF
Text Example
Text Example
White with #8860AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8860AF; }
p { color: rgb(136,96,175); }
H1.HeaderClassName
{
color: #8860AF;
}
.AnyTagClassName
{
color: #8860AF;
}
</style>
background-color css
<style>
a { background-color: #8860AF; }
a { background-color: rgb(136,96,175); }
div.DivClassName
{
background-color: #8860AF;
}
.BgClassName
{
background-color: #8860AF;
}
</style>
border-color css
<style>
span { border-color: #8860AF; }
span { border-color: rgb(136,96,175); }
td.TdClassName
{
border-color: #8860AF;
}
.TagClassName
{
border-color: #8860AF;
}
</style>