Shades of Ce Soir #865AAA
Tints of Ce Soir #865AAA
RGB
CMYK
RGB Variations
Color information
#865AAA (or 0x865AAA) is known color: Ce Soir. HEX triplet: 86, 5A and AA. RGB value is (134,90,170). Sum of RGB (Red+Green+Blue) = 134+90+170=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #865AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865AAA is #79A555. Grayscale: #6F6F6F. Windows color (decimal): -7972182 or 11164294. OLE color: 11164294.
HSL color Cylindrical-coordinate representation of color #865AAA: hue angle of 273º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #865AAA is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 90 | 170 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.33 |
| HSL | 273º | 0.32% | 0.51% | - |
| HSV(B) | 273º | 0.47% | 0.67% | - |
| XYZ | 20.74 | 15.28 | 39.89 | - |
| YUV | 112.28 | 160.58 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 170 | 0.21 | 0.47 | 0 | 0.33 | 273 | 0.32 | 0.51 |
| Hex | 86 | 5A | AA | 15 | 2F | 0 | 21 | 111 | 20 | 33 |
| Octal | 206 | 132 | 252 | 25 | 57 | 0 | 41 | 421 | 40 | 63 |
| Binary | 10000110 | 1011010 | 10101010 | 10101 | 101111 | 0 | 100001 | 100010001 | 100000 | 110011 |
Color Harmonies of #865AAA
Complementary color
Monochromatic Colors of #865AAA
Black with #865AAA
Text Example
Text Example
White with #865AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865AAA; }
p { color: rgb(134,90,170); }
H1.HeaderClassName
{
color: #865AAA;
}
.AnyTagClassName
{
color: #865AAA;
}
</style>
background-color css
<style>
a { background-color: #865AAA; }
a { background-color: rgb(134,90,170); }
div.DivClassName
{
background-color: #865AAA;
}
.BgClassName
{
background-color: #865AAA;
}
</style>
border-color css
<style>
span { border-color: #865AAA; }
span { border-color: rgb(134,90,170); }
td.TdClassName
{
border-color: #865AAA;
}
.TagClassName
{
border-color: #865AAA;
}
</style>