Shades of Ce Soir #835C9C
Tints of Ce Soir #835C9C
RGB
CMYK
RGB Variations
Color information
#835C9C (or 0x835C9C) is known color: Ce Soir. HEX triplet: 83, 5C and 9C. RGB value is (131,92,156). Sum of RGB (Red+Green+Blue) = 131+92+156=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #835C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835C9C is #7CA363. Grayscale: #6E6E6E. Windows color (decimal): -8168292 or 10247299. OLE color: 10247299.
HSL color Cylindrical-coordinate representation of color #835C9C: hue angle of 276.56º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #835C9C is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 92 | 156 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.39 |
| HSL | 276.56º | 0.26% | 0.49% | - |
| HSV(B) | 276.56º | 0.41% | 0.61% | - |
| XYZ | 19.19 | 14.88 | 33.31 | - |
| YUV | 110.96 | 153.42 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 92 | 156 | 0.16 | 0.41 | 0 | 0.39 | 276.56 | 0.26 | 0.49 |
| Hex | 83 | 5C | 9C | 10 | 29 | 0 | 27 | 115 | 1A | 31 |
| Octal | 203 | 134 | 234 | 20 | 51 | 0 | 47 | 425 | 32 | 61 |
| Binary | 10000011 | 1011100 | 10011100 | 10000 | 101001 | 0 | 100111 | 100010101 | 11010 | 110001 |
Color Harmonies of #835C9C
Complementary color
Monochromatic Colors of #835C9C
Black with #835C9C
Text Example
Text Example
White with #835C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835C9C; }
p { color: rgb(131,92,156); }
H1.HeaderClassName
{
color: #835C9C;
}
.AnyTagClassName
{
color: #835C9C;
}
</style>
background-color css
<style>
a { background-color: #835C9C; }
a { background-color: rgb(131,92,156); }
div.DivClassName
{
background-color: #835C9C;
}
.BgClassName
{
background-color: #835C9C;
}
</style>
border-color css
<style>
span { border-color: #835C9C; }
span { border-color: rgb(131,92,156); }
td.TdClassName
{
border-color: #835C9C;
}
.TagClassName
{
border-color: #835C9C;
}
</style>