Shades of Deluge #82649E
Tints of Deluge #82649E
RGB
CMYK
RGB Variations
Color information
#82649E (or 0x82649E) is known color: Deluge. HEX triplet: 82, 64 and 9E. RGB value is (130,100,158). Sum of RGB (Red+Green+Blue) = 130+100+158=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #82649E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82649E is #7D9B61. Grayscale: #737373. Windows color (decimal): -8231778 or 10380418. OLE color: 10380418.
HSL color Cylindrical-coordinate representation of color #82649E: hue angle of 271.03º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82649E is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 100 | 158 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.38 |
| HSL | 271.03º | 0.23% | 0.51% | - |
| HSV(B) | 271.03º | 0.37% | 0.62% | - |
| XYZ | 19.93 | 16.33 | 34.45 | - |
| YUV | 115.58 | 151.94 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 100 | 158 | 0.18 | 0.37 | 0 | 0.38 | 271.03 | 0.23 | 0.51 |
| Hex | 82 | 64 | 9E | 12 | 25 | 0 | 26 | 10F | 17 | 33 |
| Octal | 202 | 144 | 236 | 22 | 45 | 0 | 46 | 417 | 27 | 63 |
| Binary | 10000010 | 1100100 | 10011110 | 10010 | 100101 | 0 | 100110 | 100001111 | 10111 | 110011 |
Color Harmonies of #82649E
Complementary color
Monochromatic Colors of #82649E
Black with #82649E
Text Example
Text Example
White with #82649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82649E; }
p { color: rgb(130,100,158); }
H1.HeaderClassName
{
color: #82649E;
}
.AnyTagClassName
{
color: #82649E;
}
</style>
background-color css
<style>
a { background-color: #82649E; }
a { background-color: rgb(130,100,158); }
div.DivClassName
{
background-color: #82649E;
}
.BgClassName
{
background-color: #82649E;
}
</style>
border-color css
<style>
span { border-color: #82649E; }
span { border-color: rgb(130,100,158); }
td.TdClassName
{
border-color: #82649E;
}
.TagClassName
{
border-color: #82649E;
}
</style>