Shades of Deluge #82669D
Tints of Deluge #82669D
RGB
CMYK
RGB Variations
Color information
#82669D (or 0x82669D) is known color: Deluge. HEX triplet: 82, 66 and 9D. RGB value is (130,102,157). Sum of RGB (Red+Green+Blue) = 130+102+157=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #82669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82669D is #7D9962. Grayscale: #747474. Windows color (decimal): -8231267 or 10315394. OLE color: 10315394.
HSL color Cylindrical-coordinate representation of color #82669D: hue angle of 270.55º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82669D is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 102 | 157 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.38 |
| HSL | 270.55º | 0.22% | 0.51% | - |
| HSV(B) | 270.55º | 0.35% | 0.62% | - |
| XYZ | 20.04 | 16.68 | 34.06 | - |
| YUV | 116.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 157 | 0.17 | 0.35 | 0 | 0.38 | 270.55 | 0.22 | 0.51 |
| Hex | 82 | 66 | 9D | 11 | 23 | 0 | 26 | 10F | 16 | 33 |
| Octal | 202 | 146 | 235 | 21 | 43 | 0 | 46 | 417 | 26 | 63 |
| Binary | 10000010 | 1100110 | 10011101 | 10001 | 100011 | 0 | 100110 | 100001111 | 10110 | 110011 |
Color Harmonies of #82669D
Complementary color
Monochromatic Colors of #82669D
Black with #82669D
Text Example
Text Example
White with #82669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82669D; }
p { color: rgb(130,102,157); }
H1.HeaderClassName
{
color: #82669D;
}
.AnyTagClassName
{
color: #82669D;
}
</style>
background-color css
<style>
a { background-color: #82669D; }
a { background-color: rgb(130,102,157); }
div.DivClassName
{
background-color: #82669D;
}
.BgClassName
{
background-color: #82669D;
}
</style>
border-color css
<style>
span { border-color: #82669D; }
span { border-color: rgb(130,102,157); }
td.TdClassName
{
border-color: #82669D;
}
.TagClassName
{
border-color: #82669D;
}
</style>