Shades of Ce Soir #835D9B
Tints of Ce Soir #835D9B
RGB
CMYK
RGB Variations
Color information
#835D9B (or 0x835D9B) is known color: Ce Soir. HEX triplet: 83, 5D and 9B. RGB value is (131,93,155). Sum of RGB (Red+Green+Blue) = 131+93+155=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #835D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835D9B is #7CA264. Grayscale: #6F6F6F. Windows color (decimal): -8168037 or 10182019. OLE color: 10182019.
HSL color Cylindrical-coordinate representation of color #835D9B: hue angle of 276.77º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #835D9B is Cyan = 0.15, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 93 | 155 | - |
| CMYK | 0.15 | 0.4 | 0 | 0.39 |
| HSL | 276.77º | 0.25% | 0.49% | - |
| HSV(B) | 276.77º | 0.4% | 0.61% | - |
| XYZ | 19.19 | 15.02 | 32.9 | - |
| YUV | 111.43 | 152.59 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 155 | 0.15 | 0.4 | 0 | 0.39 | 276.77 | 0.25 | 0.49 |
| Hex | 83 | 5D | 9B | F | 28 | 0 | 27 | 115 | 19 | 31 |
| Octal | 203 | 135 | 233 | 17 | 50 | 0 | 47 | 425 | 31 | 61 |
| Binary | 10000011 | 1011101 | 10011011 | 1111 | 101000 | 0 | 100111 | 100010101 | 11001 | 110001 |
Color Harmonies of #835D9B
Complementary color
Monochromatic Colors of #835D9B
Black with #835D9B
Text Example
Text Example
White with #835D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835D9B; }
p { color: rgb(131,93,155); }
H1.HeaderClassName
{
color: #835D9B;
}
.AnyTagClassName
{
color: #835D9B;
}
</style>
background-color css
<style>
a { background-color: #835D9B; }
a { background-color: rgb(131,93,155); }
div.DivClassName
{
background-color: #835D9B;
}
.BgClassName
{
background-color: #835D9B;
}
</style>
border-color css
<style>
span { border-color: #835D9B; }
span { border-color: rgb(131,93,155); }
td.TdClassName
{
border-color: #835D9B;
}
.TagClassName
{
border-color: #835D9B;
}
</style>