Shades of Deluge #836DA0
Tints of Deluge #836DA0
RGB
CMYK
RGB Variations
Color information
#836DA0 (or 0x836DA0) is known color: Deluge. HEX triplet: 83, 6D and A0. RGB value is (131,109,160). Sum of RGB (Red+Green+Blue) = 131+109+160=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 160 - color contains mainly: blue. Hex color #836DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836DA0 is #7C925F. Grayscale: #797979. Windows color (decimal): -8163936 or 10513795. OLE color: 10513795.
HSL color Cylindrical-coordinate representation of color #836DA0: hue angle of 265.88º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #836DA0 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 109 | 160 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.37 |
| HSL | 265.88º | 0.21% | 0.53% | - |
| HSV(B) | 265.88º | 0.32% | 0.63% | - |
| XYZ | 21.17 | 18.3 | 35.67 | - |
| YUV | 121.39 | 149.79 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 109 | 160 | 0.18 | 0.32 | 0 | 0.37 | 265.88 | 0.21 | 0.53 |
| Hex | 83 | 6D | A0 | 12 | 20 | 0 | 25 | 10A | 15 | 35 |
| Octal | 203 | 155 | 240 | 22 | 40 | 0 | 45 | 412 | 25 | 65 |
| Binary | 10000011 | 1101101 | 10100000 | 10010 | 100000 | 0 | 100101 | 100001010 | 10101 | 110101 |
Color Harmonies of #836DA0
Complementary color
Monochromatic Colors of #836DA0
Black with #836DA0
Text Example
Text Example
White with #836DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836DA0; }
p { color: rgb(131,109,160); }
H1.HeaderClassName
{
color: #836DA0;
}
.AnyTagClassName
{
color: #836DA0;
}
</style>
background-color css
<style>
a { background-color: #836DA0; }
a { background-color: rgb(131,109,160); }
div.DivClassName
{
background-color: #836DA0;
}
.BgClassName
{
background-color: #836DA0;
}
</style>
border-color css
<style>
span { border-color: #836DA0; }
span { border-color: rgb(131,109,160); }
td.TdClassName
{
border-color: #836DA0;
}
.TagClassName
{
border-color: #836DA0;
}
</style>