Shades of Ce Soir #835D9F
Tints of Ce Soir #835D9F
RGB
CMYK
RGB Variations
Color information
#835D9F (or 0x835D9F) is known color: Ce Soir. HEX triplet: 83, 5D and 9F. RGB value is (131,93,159). Sum of RGB (Red+Green+Blue) = 131+93+159=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #835D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835D9F is #7CA260. Grayscale: #6F6F6F. Windows color (decimal): -8168033 or 10444163. OLE color: 10444163.
HSL color Cylindrical-coordinate representation of color #835D9F: hue angle of 274.55º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #835D9F is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 93 | 159 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.38 |
| HSL | 274.55º | 0.26% | 0.49% | - |
| HSV(B) | 274.55º | 0.42% | 0.62% | - |
| XYZ | 19.53 | 15.16 | 34.7 | - |
| YUV | 111.89 | 154.59 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 159 | 0.18 | 0.42 | 0 | 0.38 | 274.55 | 0.26 | 0.49 |
| Hex | 83 | 5D | 9F | 12 | 2A | 0 | 26 | 113 | 1A | 31 |
| Octal | 203 | 135 | 237 | 22 | 52 | 0 | 46 | 423 | 32 | 61 |
| Binary | 10000011 | 1011101 | 10011111 | 10010 | 101010 | 0 | 100110 | 100010011 | 11010 | 110001 |
Color Harmonies of #835D9F
Complementary color
Monochromatic Colors of #835D9F
Black with #835D9F
Text Example
Text Example
White with #835D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835D9F; }
p { color: rgb(131,93,159); }
H1.HeaderClassName
{
color: #835D9F;
}
.AnyTagClassName
{
color: #835D9F;
}
</style>
background-color css
<style>
a { background-color: #835D9F; }
a { background-color: rgb(131,93,159); }
div.DivClassName
{
background-color: #835D9F;
}
.BgClassName
{
background-color: #835D9F;
}
</style>
border-color css
<style>
span { border-color: #835D9F; }
span { border-color: rgb(131,93,159); }
td.TdClassName
{
border-color: #835D9F;
}
.TagClassName
{
border-color: #835D9F;
}
</style>