Shades of Ce Soir #82629C
Tints of Ce Soir #82629C
RGB
CMYK
RGB Variations
Color information
#82629C (or 0x82629C) is known color: Ce Soir. HEX triplet: 82, 62 and 9C. RGB value is (130,98,156). Sum of RGB (Red+Green+Blue) = 130+98+156=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #82629C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82629C is #7D9D63. Grayscale: #717171. Windows color (decimal): -8232292 or 10248834. OLE color: 10248834.
HSL color Cylindrical-coordinate representation of color #82629C: hue angle of 273.1º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82629C is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 98 | 156 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.39 |
| HSL | 273.1º | 0.23% | 0.5% | - |
| HSV(B) | 273.1º | 0.37% | 0.61% | - |
| XYZ | 19.57 | 15.88 | 33.49 | - |
| YUV | 114.18 | 151.6 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 156 | 0.17 | 0.37 | 0 | 0.39 | 273.1 | 0.23 | 0.5 |
| Hex | 82 | 62 | 9C | 11 | 25 | 0 | 27 | 111 | 17 | 32 |
| Octal | 202 | 142 | 234 | 21 | 45 | 0 | 47 | 421 | 27 | 62 |
| Binary | 10000010 | 1100010 | 10011100 | 10001 | 100101 | 0 | 100111 | 100010001 | 10111 | 110010 |
Color Harmonies of #82629C
Complementary color
Monochromatic Colors of #82629C
Black with #82629C
Text Example
Text Example
White with #82629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82629C; }
p { color: rgb(130,98,156); }
H1.HeaderClassName
{
color: #82629C;
}
.AnyTagClassName
{
color: #82629C;
}
</style>
background-color css
<style>
a { background-color: #82629C; }
a { background-color: rgb(130,98,156); }
div.DivClassName
{
background-color: #82629C;
}
.BgClassName
{
background-color: #82629C;
}
</style>
border-color css
<style>
span { border-color: #82629C; }
span { border-color: rgb(130,98,156); }
td.TdClassName
{
border-color: #82629C;
}
.TagClassName
{
border-color: #82629C;
}
</style>