Shades of Deluge #82749F
Tints of Deluge #82749F
RGB
CMYK
RGB Variations
Color information
#82749F (or 0x82749F) is known color: Deluge. HEX triplet: 82, 74 and 9F. RGB value is (130,116,159). Sum of RGB (Red+Green+Blue) = 130+116+159=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 159 - color contains mainly: blue. Hex color #82749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82749F is #7D8B60. Grayscale: #7C7C7C. Windows color (decimal): -8227681 or 10450050. OLE color: 10450050.
HSL color Cylindrical-coordinate representation of color #82749F: hue angle of 259.53º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82749F is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 116 | 159 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.38 |
| HSL | 259.53º | 0.18% | 0.54% | - |
| HSV(B) | 259.53º | 0.27% | 0.62% | - |
| XYZ | 21.71 | 19.74 | 35.47 | - |
| YUV | 125.09 | 147.14 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 159 | 0.18 | 0.27 | 0 | 0.38 | 259.53 | 0.18 | 0.54 |
| Hex | 82 | 74 | 9F | 12 | 1B | 0 | 26 | 104 | 12 | 36 |
| Octal | 202 | 164 | 237 | 22 | 33 | 0 | 46 | 404 | 22 | 66 |
| Binary | 10000010 | 1110100 | 10011111 | 10010 | 11011 | 0 | 100110 | 100000100 | 10010 | 110110 |
Color Harmonies of #82749F
Complementary color
Monochromatic Colors of #82749F
Black with #82749F
Text Example
Text Example
White with #82749F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82749F; }
p { color: rgb(130,116,159); }
H1.HeaderClassName
{
color: #82749F;
}
.AnyTagClassName
{
color: #82749F;
}
</style>
background-color css
<style>
a { background-color: #82749F; }
a { background-color: rgb(130,116,159); }
div.DivClassName
{
background-color: #82749F;
}
.BgClassName
{
background-color: #82749F;
}
</style>
border-color css
<style>
span { border-color: #82749F; }
span { border-color: rgb(130,116,159); }
td.TdClassName
{
border-color: #82749F;
}
.TagClassName
{
border-color: #82749F;
}
</style>