Shades of Deluge #836DA1
Tints of Deluge #836DA1
RGB
CMYK
RGB Variations
Color information
#836DA1 (or 0x836DA1) is known color: Deluge. HEX triplet: 83, 6D and A1. RGB value is (131,109,161). Sum of RGB (Red+Green+Blue) = 131+109+161=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 161 - color contains mainly: blue. Hex color #836DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836DA1 is #7C925E. Grayscale: #797979. Windows color (decimal): -8163935 or 10579331. OLE color: 10579331.
HSL color Cylindrical-coordinate representation of color #836DA1: hue angle of 265.38º degrees, saturation: 0.22, 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 #836DA1 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 109 | 161 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.37 |
| HSL | 265.38º | 0.22% | 0.53% | - |
| HSV(B) | 265.38º | 0.32% | 0.63% | - |
| XYZ | 21.26 | 18.34 | 36.14 | - |
| YUV | 121.51 | 150.29 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 109 | 161 | 0.19 | 0.32 | 0 | 0.37 | 265.38 | 0.22 | 0.53 |
| Hex | 83 | 6D | A1 | 13 | 20 | 0 | 25 | 109 | 16 | 35 |
| Octal | 203 | 155 | 241 | 23 | 40 | 0 | 45 | 411 | 26 | 65 |
| Binary | 10000011 | 1101101 | 10100001 | 10011 | 100000 | 0 | 100101 | 100001001 | 10110 | 110101 |
Color Harmonies of #836DA1
Complementary color
Monochromatic Colors of #836DA1
Black with #836DA1
Text Example
Text Example
White with #836DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836DA1; }
p { color: rgb(131,109,161); }
H1.HeaderClassName
{
color: #836DA1;
}
.AnyTagClassName
{
color: #836DA1;
}
</style>
background-color css
<style>
a { background-color: #836DA1; }
a { background-color: rgb(131,109,161); }
div.DivClassName
{
background-color: #836DA1;
}
.BgClassName
{
background-color: #836DA1;
}
</style>
border-color css
<style>
span { border-color: #836DA1; }
span { border-color: rgb(131,109,161); }
td.TdClassName
{
border-color: #836DA1;
}
.TagClassName
{
border-color: #836DA1;
}
</style>