Shades of Deluge #826A9F
Tints of Deluge #826A9F
RGB
CMYK
RGB Variations
Color information
#826A9F (or 0x826A9F) is known color: Deluge. HEX triplet: 82, 6A and 9F. RGB value is (130,106,159). Sum of RGB (Red+Green+Blue) = 130+106+159=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #826A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826A9F is #7D9560. Grayscale: #777777. Windows color (decimal): -8230241 or 10447490. OLE color: 10447490.
HSL color Cylindrical-coordinate representation of color #826A9F: hue angle of 267.17º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #826A9F is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 106 | 159 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.38 |
| HSL | 267.17º | 0.22% | 0.52% | - |
| HSV(B) | 267.17º | 0.33% | 0.62% | - |
| XYZ | 20.62 | 17.56 | 35.1 | - |
| YUV | 119.22 | 150.45 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 159 | 0.18 | 0.33 | 0 | 0.38 | 267.17 | 0.22 | 0.52 |
| Hex | 82 | 6A | 9F | 12 | 21 | 0 | 26 | 10B | 16 | 34 |
| Octal | 202 | 152 | 237 | 22 | 41 | 0 | 46 | 413 | 26 | 64 |
| Binary | 10000010 | 1101010 | 10011111 | 10010 | 100001 | 0 | 100110 | 100001011 | 10110 | 110100 |
Color Harmonies of #826A9F
Complementary color
Monochromatic Colors of #826A9F
Black with #826A9F
Text Example
Text Example
White with #826A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A9F; }
p { color: rgb(130,106,159); }
H1.HeaderClassName
{
color: #826A9F;
}
.AnyTagClassName
{
color: #826A9F;
}
</style>
background-color css
<style>
a { background-color: #826A9F; }
a { background-color: rgb(130,106,159); }
div.DivClassName
{
background-color: #826A9F;
}
.BgClassName
{
background-color: #826A9F;
}
</style>
border-color css
<style>
span { border-color: #826A9F; }
span { border-color: rgb(130,106,159); }
td.TdClassName
{
border-color: #826A9F;
}
.TagClassName
{
border-color: #826A9F;
}
</style>