Shades of Ce Soir #8662AC
Tints of Ce Soir #8662AC
RGB
CMYK
RGB Variations
Color information
#8662AC (or 0x8662AC) is known color: Ce Soir. HEX triplet: 86, 62 and AC. RGB value is (134,98,172). Sum of RGB (Red+Green+Blue) = 134+98+172=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #8662AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8662AC is #799D53. Grayscale: #747474. Windows color (decimal): -7970132 or 11297414. OLE color: 11297414.
HSL color Cylindrical-coordinate representation of color #8662AC: hue angle of 269.19º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8662AC is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 98 | 172 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.33 |
| HSL | 269.19º | 0.31% | 0.53% | - |
| HSV(B) | 269.19º | 0.43% | 0.67% | - |
| XYZ | 21.65 | 16.78 | 41.13 | - |
| YUV | 117.2 | 158.93 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 98 | 172 | 0.22 | 0.43 | 0 | 0.33 | 269.19 | 0.31 | 0.53 |
| Hex | 86 | 62 | AC | 16 | 2B | 0 | 21 | 10D | 1F | 35 |
| Octal | 206 | 142 | 254 | 26 | 53 | 0 | 41 | 415 | 37 | 65 |
| Binary | 10000110 | 1100010 | 10101100 | 10110 | 101011 | 0 | 100001 | 100001101 | 11111 | 110101 |
Color Harmonies of #8662AC
Complementary color
Monochromatic Colors of #8662AC
Black with #8662AC
Text Example
Text Example
White with #8662AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8662AC; }
p { color: rgb(134,98,172); }
H1.HeaderClassName
{
color: #8662AC;
}
.AnyTagClassName
{
color: #8662AC;
}
</style>
background-color css
<style>
a { background-color: #8662AC; }
a { background-color: rgb(134,98,172); }
div.DivClassName
{
background-color: #8662AC;
}
.BgClassName
{
background-color: #8662AC;
}
</style>
border-color css
<style>
span { border-color: #8662AC; }
span { border-color: rgb(134,98,172); }
td.TdClassName
{
border-color: #8662AC;
}
.TagClassName
{
border-color: #8662AC;
}
</style>