Shades of Deluge #82669C
Tints of Deluge #82669C
RGB
CMYK
RGB Variations
Color information
#82669C (or 0x82669C) is known color: Deluge. HEX triplet: 82, 66 and 9C. RGB value is (130,102,156). Sum of RGB (Red+Green+Blue) = 130+102+156=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #82669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82669C is #7D9963. Grayscale: #747474. Windows color (decimal): -8231268 or 10249858. OLE color: 10249858.
HSL color Cylindrical-coordinate representation of color #82669C: hue angle of 271.11º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82669C is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 102 | 156 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.39 |
| HSL | 271.11º | 0.21% | 0.51% | - |
| HSV(B) | 271.11º | 0.35% | 0.61% | - |
| XYZ | 19.96 | 16.65 | 33.61 | - |
| YUV | 116.53 | 150.28 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 156 | 0.17 | 0.35 | 0 | 0.39 | 271.11 | 0.21 | 0.51 |
| Hex | 82 | 66 | 9C | 11 | 23 | 0 | 27 | 10F | 15 | 33 |
| Octal | 202 | 146 | 234 | 21 | 43 | 0 | 47 | 417 | 25 | 63 |
| Binary | 10000010 | 1100110 | 10011100 | 10001 | 100011 | 0 | 100111 | 100001111 | 10101 | 110011 |
Color Harmonies of #82669C
Complementary color
Monochromatic Colors of #82669C
Black with #82669C
Text Example
Text Example
White with #82669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82669C; }
p { color: rgb(130,102,156); }
H1.HeaderClassName
{
color: #82669C;
}
.AnyTagClassName
{
color: #82669C;
}
</style>
background-color css
<style>
a { background-color: #82669C; }
a { background-color: rgb(130,102,156); }
div.DivClassName
{
background-color: #82669C;
}
.BgClassName
{
background-color: #82669C;
}
</style>
border-color css
<style>
span { border-color: #82669C; }
span { border-color: rgb(130,102,156); }
td.TdClassName
{
border-color: #82669C;
}
.TagClassName
{
border-color: #82669C;
}
</style>