Shades of Ce Soir #865AA9
Tints of Ce Soir #865AA9
RGB
CMYK
RGB Variations
Color information
#865AA9 (or 0x865AA9) is known color: Ce Soir. HEX triplet: 86, 5A and A9. RGB value is (134,90,169). Sum of RGB (Red+Green+Blue) = 134+90+169=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 169 (66.41% from 255 or 43.00% from 393); Max value from RGB is 169 - color contains mainly: blue. Hex color #865AA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865AA9 is #79A556. Grayscale: #6F6F6F. Windows color (decimal): -7972183 or 11098758. OLE color: 11098758.
HSL color Cylindrical-coordinate representation of color #865AA9: hue angle of 273.42º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #865AA9 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 90 | 169 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.34 |
| HSL | 273.42º | 0.31% | 0.51% | - |
| HSV(B) | 273.42º | 0.47% | 0.66% | - |
| XYZ | 20.65 | 15.25 | 39.39 | - |
| YUV | 112.16 | 160.08 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 169 | 0.21 | 0.47 | 0 | 0.34 | 273.42 | 0.31 | 0.51 |
| Hex | 86 | 5A | A9 | 15 | 2F | 0 | 22 | 111 | 1F | 33 |
| Octal | 206 | 132 | 251 | 25 | 57 | 0 | 42 | 421 | 37 | 63 |
| Binary | 10000110 | 1011010 | 10101001 | 10101 | 101111 | 0 | 100010 | 100010001 | 11111 | 110011 |
Color Harmonies of #865AA9
Complementary color
Monochromatic Colors of #865AA9
Black with #865AA9
Text Example
Text Example
White with #865AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865AA9; }
p { color: rgb(134,90,169); }
H1.HeaderClassName
{
color: #865AA9;
}
.AnyTagClassName
{
color: #865AA9;
}
</style>
background-color css
<style>
a { background-color: #865AA9; }
a { background-color: rgb(134,90,169); }
div.DivClassName
{
background-color: #865AA9;
}
.BgClassName
{
background-color: #865AA9;
}
</style>
border-color css
<style>
span { border-color: #865AA9; }
span { border-color: rgb(134,90,169); }
td.TdClassName
{
border-color: #865AA9;
}
.TagClassName
{
border-color: #865AA9;
}
</style>