Shades of Ce Soir #835EA4
Tints of Ce Soir #835EA4
RGB
CMYK
RGB Variations
Color information
#835EA4 (or 0x835EA4) is known color: Ce Soir. HEX triplet: 83, 5E and A4. RGB value is (131,94,164). Sum of RGB (Red+Green+Blue) = 131+94+164=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 164 - color contains mainly: blue. Hex color #835EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835EA4 is #7CA15B. Grayscale: #707070. Windows color (decimal): -8167772 or 10772099. OLE color: 10772099.
HSL color Cylindrical-coordinate representation of color #835EA4: hue angle of 271.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #835EA4 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 94 | 164 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.36 |
| HSL | 271.71º | 0.28% | 0.51% | - |
| HSV(B) | 271.71º | 0.43% | 0.64% | - |
| XYZ | 20.06 | 15.51 | 37.06 | - |
| YUV | 113.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 94 | 164 | 0.20 | 0.43 | 0 | 0.36 | 271.71 | 0.28 | 0.51 |
| Hex | 83 | 5E | A4 | 14 | 2B | 0 | 24 | 110 | 1C | 33 |
| Octal | 203 | 136 | 244 | 24 | 53 | 0 | 44 | 420 | 34 | 63 |
| Binary | 10000011 | 1011110 | 10100100 | 10100 | 101011 | 0 | 100100 | 100010000 | 11100 | 110011 |
Color Harmonies of #835EA4
Complementary color
Monochromatic Colors of #835EA4
Black with #835EA4
Text Example
Text Example
White with #835EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835EA4; }
p { color: rgb(131,94,164); }
H1.HeaderClassName
{
color: #835EA4;
}
.AnyTagClassName
{
color: #835EA4;
}
</style>
background-color css
<style>
a { background-color: #835EA4; }
a { background-color: rgb(131,94,164); }
div.DivClassName
{
background-color: #835EA4;
}
.BgClassName
{
background-color: #835EA4;
}
</style>
border-color css
<style>
span { border-color: #835EA4; }
span { border-color: rgb(131,94,164); }
td.TdClassName
{
border-color: #835EA4;
}
.TagClassName
{
border-color: #835EA4;
}
</style>