Shades of Ce Soir #86599D
Tints of Ce Soir #86599D
RGB
CMYK
RGB Variations
Color information
#86599D (or 0x86599D) is known color: Ce Soir. HEX triplet: 86, 59 and 9D. RGB value is (134,89,157). Sum of RGB (Red+Green+Blue) = 134+89+157=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #86599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86599D is #79A662. Grayscale: #6D6D6D. Windows color (decimal): -7972451 or 10312070. OLE color: 10312070.
HSL color Cylindrical-coordinate representation of color #86599D: hue angle of 279.71º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86599D is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 89 | 157 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.38 |
| HSL | 279.71º | 0.28% | 0.48% | - |
| HSV(B) | 279.71º | 0.43% | 0.62% | - |
| XYZ | 19.49 | 14.65 | 33.7 | - |
| YUV | 110.21 | 154.41 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 89 | 157 | 0.15 | 0.43 | 0 | 0.38 | 279.71 | 0.28 | 0.48 |
| Hex | 86 | 59 | 9D | F | 2B | 0 | 26 | 118 | 1C | 30 |
| Octal | 206 | 131 | 235 | 17 | 53 | 0 | 46 | 430 | 34 | 60 |
| Binary | 10000110 | 1011001 | 10011101 | 1111 | 101011 | 0 | 100110 | 100011000 | 11100 | 110000 |
Color Harmonies of #86599D
Complementary color
Monochromatic Colors of #86599D
Black with #86599D
Text Example
Text Example
White with #86599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86599D; }
p { color: rgb(134,89,157); }
H1.HeaderClassName
{
color: #86599D;
}
.AnyTagClassName
{
color: #86599D;
}
</style>
background-color css
<style>
a { background-color: #86599D; }
a { background-color: rgb(134,89,157); }
div.DivClassName
{
background-color: #86599D;
}
.BgClassName
{
background-color: #86599D;
}
</style>
border-color css
<style>
span { border-color: #86599D; }
span { border-color: rgb(134,89,157); }
td.TdClassName
{
border-color: #86599D;
}
.TagClassName
{
border-color: #86599D;
}
</style>