Shades of Ce Soir #855AA8
Tints of Ce Soir #855AA8
RGB
CMYK
RGB Variations
Color information
#855AA8 (or 0x855AA8) is known color: Ce Soir. HEX triplet: 85, 5A and A8. RGB value is (133,90,168). Sum of RGB (Red+Green+Blue) = 133+90+168=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 168 - color contains mainly: blue. Hex color #855AA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855AA8 is #7AA557. Grayscale: #6F6F6F. Windows color (decimal): -8037720 or 11033221. OLE color: 11033221.
HSL color Cylindrical-coordinate representation of color #855AA8: hue angle of 273.08º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #855AA8 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 90 | 168 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.34 |
| HSL | 273.08º | 0.31% | 0.51% | - |
| HSV(B) | 273.08º | 0.46% | 0.66% | - |
| XYZ | 20.4 | 15.13 | 38.89 | - |
| YUV | 111.75 | 159.75 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 168 | 0.21 | 0.46 | 0 | 0.34 | 273.08 | 0.31 | 0.51 |
| Hex | 85 | 5A | A8 | 15 | 2E | 0 | 22 | 111 | 1F | 33 |
| Octal | 205 | 132 | 250 | 25 | 56 | 0 | 42 | 421 | 37 | 63 |
| Binary | 10000101 | 1011010 | 10101000 | 10101 | 101110 | 0 | 100010 | 100010001 | 11111 | 110011 |
Color Harmonies of #855AA8
Complementary color
Monochromatic Colors of #855AA8
Black with #855AA8
Text Example
Text Example
White with #855AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855AA8; }
p { color: rgb(133,90,168); }
H1.HeaderClassName
{
color: #855AA8;
}
.AnyTagClassName
{
color: #855AA8;
}
</style>
background-color css
<style>
a { background-color: #855AA8; }
a { background-color: rgb(133,90,168); }
div.DivClassName
{
background-color: #855AA8;
}
.BgClassName
{
background-color: #855AA8;
}
</style>
border-color css
<style>
span { border-color: #855AA8; }
span { border-color: rgb(133,90,168); }
td.TdClassName
{
border-color: #855AA8;
}
.TagClassName
{
border-color: #855AA8;
}
</style>