Shades of Deluge #82659C
Tints of Deluge #82659C
RGB
CMYK
RGB Variations
Color information
#82659C (or 0x82659C) is known color: Deluge. HEX triplet: 82, 65 and 9C. RGB value is (130,101,156). Sum of RGB (Red+Green+Blue) = 130+101+156=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #82659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82659C is #7D9A63. Grayscale: #737373. Windows color (decimal): -8231524 or 10249602. OLE color: 10249602.
HSL color Cylindrical-coordinate representation of color #82659C: hue angle of 271.64º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82659C is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 101 | 156 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.39 |
| HSL | 271.64º | 0.22% | 0.5% | - |
| HSV(B) | 271.64º | 0.35% | 0.61% | - |
| XYZ | 19.86 | 16.45 | 33.58 | - |
| YUV | 115.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 101 | 156 | 0.17 | 0.35 | 0 | 0.39 | 271.64 | 0.22 | 0.5 |
| Hex | 82 | 65 | 9C | 11 | 23 | 0 | 27 | 110 | 16 | 32 |
| Octal | 202 | 145 | 234 | 21 | 43 | 0 | 47 | 420 | 26 | 62 |
| Binary | 10000010 | 1100101 | 10011100 | 10001 | 100011 | 0 | 100111 | 100010000 | 10110 | 110010 |
Color Harmonies of #82659C
Complementary color
Monochromatic Colors of #82659C
Black with #82659C
Text Example
Text Example
White with #82659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82659C; }
p { color: rgb(130,101,156); }
H1.HeaderClassName
{
color: #82659C;
}
.AnyTagClassName
{
color: #82659C;
}
</style>
background-color css
<style>
a { background-color: #82659C; }
a { background-color: rgb(130,101,156); }
div.DivClassName
{
background-color: #82659C;
}
.BgClassName
{
background-color: #82659C;
}
</style>
border-color css
<style>
span { border-color: #82659C; }
span { border-color: rgb(130,101,156); }
td.TdClassName
{
border-color: #82659C;
}
.TagClassName
{
border-color: #82659C;
}
</style>