Shades of Ce Soir #83609C
Tints of Ce Soir #83609C
RGB
CMYK
RGB Variations
Color information
#83609C (or 0x83609C) is known color: Ce Soir. HEX triplet: 83, 60 and 9C. RGB value is (131,96,156). Sum of RGB (Red+Green+Blue) = 131+96+156=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #83609C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83609C is #7C9F63. Grayscale: #717171. Windows color (decimal): -8167268 or 10248323. OLE color: 10248323.
HSL color Cylindrical-coordinate representation of color #83609C: hue angle of 275º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83609C is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 96 | 156 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.39 |
| HSL | 275º | 0.24% | 0.49% | - |
| HSV(B) | 275º | 0.38% | 0.61% | - |
| XYZ | 19.54 | 15.59 | 33.43 | - |
| YUV | 113.31 | 152.1 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 96 | 156 | 0.16 | 0.38 | 0 | 0.39 | 275 | 0.24 | 0.49 |
| Hex | 83 | 60 | 9C | 10 | 26 | 0 | 27 | 113 | 18 | 31 |
| Octal | 203 | 140 | 234 | 20 | 46 | 0 | 47 | 423 | 30 | 61 |
| Binary | 10000011 | 1100000 | 10011100 | 10000 | 100110 | 0 | 100111 | 100010011 | 11000 | 110001 |
Color Harmonies of #83609C
Complementary color
Monochromatic Colors of #83609C
Black with #83609C
Text Example
Text Example
White with #83609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83609C; }
p { color: rgb(131,96,156); }
H1.HeaderClassName
{
color: #83609C;
}
.AnyTagClassName
{
color: #83609C;
}
</style>
background-color css
<style>
a { background-color: #83609C; }
a { background-color: rgb(131,96,156); }
div.DivClassName
{
background-color: #83609C;
}
.BgClassName
{
background-color: #83609C;
}
</style>
border-color css
<style>
span { border-color: #83609C; }
span { border-color: rgb(131,96,156); }
td.TdClassName
{
border-color: #83609C;
}
.TagClassName
{
border-color: #83609C;
}
</style>