Shades of Deluge #82669E
Tints of Deluge #82669E
RGB
CMYK
RGB Variations
Color information
#82669E (or 0x82669E) is known color: Deluge. HEX triplet: 82, 66 and 9E. RGB value is (130,102,158). Sum of RGB (Red+Green+Blue) = 130+102+158=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #82669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82669E is #7D9961. Grayscale: #747474. Windows color (decimal): -8231266 or 10380930. OLE color: 10380930.
HSL color Cylindrical-coordinate representation of color #82669E: hue angle of 270º 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 #82669E is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 102 | 158 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.38 |
| HSL | 270º | 0.22% | 0.51% | - |
| HSV(B) | 270º | 0.35% | 0.62% | - |
| XYZ | 20.13 | 16.72 | 34.51 | - |
| YUV | 116.76 | 151.28 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 158 | 0.18 | 0.35 | 0 | 0.38 | 270 | 0.22 | 0.51 |
| Hex | 82 | 66 | 9E | 12 | 23 | 0 | 26 | 10E | 16 | 33 |
| Octal | 202 | 146 | 236 | 22 | 43 | 0 | 46 | 416 | 26 | 63 |
| Binary | 10000010 | 1100110 | 10011110 | 10010 | 100011 | 0 | 100110 | 100001110 | 10110 | 110011 |
Color Harmonies of #82669E
Complementary color
Monochromatic Colors of #82669E
Black with #82669E
Text Example
Text Example
White with #82669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82669E; }
p { color: rgb(130,102,158); }
H1.HeaderClassName
{
color: #82669E;
}
.AnyTagClassName
{
color: #82669E;
}
</style>
background-color css
<style>
a { background-color: #82669E; }
a { background-color: rgb(130,102,158); }
div.DivClassName
{
background-color: #82669E;
}
.BgClassName
{
background-color: #82669E;
}
</style>
border-color css
<style>
span { border-color: #82669E; }
span { border-color: rgb(130,102,158); }
td.TdClassName
{
border-color: #82669E;
}
.TagClassName
{
border-color: #82669E;
}
</style>