Shades of Ce Soir #855AA5
Tints of Ce Soir #855AA5
RGB
CMYK
RGB Variations
Color information
#855AA5 (or 0x855AA5) is known color: Ce Soir. HEX triplet: 85, 5A and A5. RGB value is (133,90,165). Sum of RGB (Red+Green+Blue) = 133+90+165=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 165 - color contains mainly: blue. Hex color #855AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855AA5 is #7AA55A. Grayscale: #6F6F6F. Windows color (decimal): -8037723 or 10836613. OLE color: 10836613.
HSL color Cylindrical-coordinate representation of color #855AA5: hue angle of 274.4º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #855AA5 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 90 | 165 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.35 |
| HSL | 274.4º | 0.29% | 0.5% | - |
| HSV(B) | 274.4º | 0.45% | 0.65% | - |
| XYZ | 20.12 | 15.02 | 37.44 | - |
| YUV | 111.41 | 158.25 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 165 | 0.19 | 0.45 | 0 | 0.35 | 274.4 | 0.29 | 0.5 |
| Hex | 85 | 5A | A5 | 13 | 2D | 0 | 23 | 112 | 1D | 32 |
| Octal | 205 | 132 | 245 | 23 | 55 | 0 | 43 | 422 | 35 | 62 |
| Binary | 10000101 | 1011010 | 10100101 | 10011 | 101101 | 0 | 100011 | 100010010 | 11101 | 110010 |
Color Harmonies of #855AA5
Complementary color
Monochromatic Colors of #855AA5
Black with #855AA5
Text Example
Text Example
White with #855AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855AA5; }
p { color: rgb(133,90,165); }
H1.HeaderClassName
{
color: #855AA5;
}
.AnyTagClassName
{
color: #855AA5;
}
</style>
background-color css
<style>
a { background-color: #855AA5; }
a { background-color: rgb(133,90,165); }
div.DivClassName
{
background-color: #855AA5;
}
.BgClassName
{
background-color: #855AA5;
}
</style>
border-color css
<style>
span { border-color: #855AA5; }
span { border-color: rgb(133,90,165); }
td.TdClassName
{
border-color: #855AA5;
}
.TagClassName
{
border-color: #855AA5;
}
</style>