Shades of Deluge #82699F
Tints of Deluge #82699F
RGB
CMYK
RGB Variations
Color information
#82699F (or 0x82699F) is known color: Deluge. HEX triplet: 82, 69 and 9F. RGB value is (130,105,159). Sum of RGB (Red+Green+Blue) = 130+105+159=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #82699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82699F is #7D9660. Grayscale: #767676. Windows color (decimal): -8230497 or 10447234. OLE color: 10447234.
HSL color Cylindrical-coordinate representation of color #82699F: hue angle of 267.78º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82699F is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 105 | 159 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.38 |
| HSL | 267.78º | 0.22% | 0.52% | - |
| HSV(B) | 267.78º | 0.34% | 0.62% | - |
| XYZ | 20.52 | 17.35 | 35.07 | - |
| YUV | 118.63 | 150.78 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 105 | 159 | 0.18 | 0.34 | 0 | 0.38 | 267.78 | 0.22 | 0.52 |
| Hex | 82 | 69 | 9F | 12 | 22 | 0 | 26 | 10C | 16 | 34 |
| Octal | 202 | 151 | 237 | 22 | 42 | 0 | 46 | 414 | 26 | 64 |
| Binary | 10000010 | 1101001 | 10011111 | 10010 | 100010 | 0 | 100110 | 100001100 | 10110 | 110100 |
Color Harmonies of #82699F
Complementary color
Monochromatic Colors of #82699F
Black with #82699F
Text Example
Text Example
White with #82699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82699F; }
p { color: rgb(130,105,159); }
H1.HeaderClassName
{
color: #82699F;
}
.AnyTagClassName
{
color: #82699F;
}
</style>
background-color css
<style>
a { background-color: #82699F; }
a { background-color: rgb(130,105,159); }
div.DivClassName
{
background-color: #82699F;
}
.BgClassName
{
background-color: #82699F;
}
</style>
border-color css
<style>
span { border-color: #82699F; }
span { border-color: rgb(130,105,159); }
td.TdClassName
{
border-color: #82699F;
}
.TagClassName
{
border-color: #82699F;
}
</style>