Shades of Ce Soir #82619D
Tints of Ce Soir #82619D
RGB
CMYK
RGB Variations
Color information
#82619D (or 0x82619D) is known color: Ce Soir. HEX triplet: 82, 61 and 9D. RGB value is (130,97,157). Sum of RGB (Red+Green+Blue) = 130+97+157=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #82619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82619D is #7D9E62. Grayscale: #717171. Windows color (decimal): -8232547 or 10314114. OLE color: 10314114.
HSL color Cylindrical-coordinate representation of color #82619D: hue angle of 273º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82619D is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 97 | 157 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.38 |
| HSL | 273º | 0.24% | 0.5% | - |
| HSV(B) | 273º | 0.38% | 0.62% | - |
| XYZ | 19.57 | 15.73 | 33.9 | - |
| YUV | 113.71 | 152.43 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 97 | 157 | 0.17 | 0.38 | 0 | 0.38 | 273 | 0.24 | 0.5 |
| Hex | 82 | 61 | 9D | 11 | 26 | 0 | 26 | 111 | 18 | 32 |
| Octal | 202 | 141 | 235 | 21 | 46 | 0 | 46 | 421 | 30 | 62 |
| Binary | 10000010 | 1100001 | 10011101 | 10001 | 100110 | 0 | 100110 | 100010001 | 11000 | 110010 |
Color Harmonies of #82619D
Complementary color
Monochromatic Colors of #82619D
Black with #82619D
Text Example
Text Example
White with #82619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82619D; }
p { color: rgb(130,97,157); }
H1.HeaderClassName
{
color: #82619D;
}
.AnyTagClassName
{
color: #82619D;
}
</style>
background-color css
<style>
a { background-color: #82619D; }
a { background-color: rgb(130,97,157); }
div.DivClassName
{
background-color: #82619D;
}
.BgClassName
{
background-color: #82619D;
}
</style>
border-color css
<style>
span { border-color: #82619D; }
span { border-color: rgb(130,97,157); }
td.TdClassName
{
border-color: #82619D;
}
.TagClassName
{
border-color: #82619D;
}
</style>