Shades of Deluge #836AAA
Tints of Deluge #836AAA
RGB
CMYK
RGB Variations
Color information
#836AAA (or 0x836AAA) is known color: Deluge. HEX triplet: 83, 6A and AA. RGB value is (131,106,170). Sum of RGB (Red+Green+Blue) = 131+106+170=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #836AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836AAA is #7C9555. Grayscale: #787878. Windows color (decimal): -8164694 or 11168387. OLE color: 11168387.
HSL color Cylindrical-coordinate representation of color #836AAA: hue angle of 263.44º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #836AAA is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 106 | 170 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.33 |
| HSL | 263.44º | 0.27% | 0.54% | - |
| HSV(B) | 263.44º | 0.38% | 0.67% | - |
| XYZ | 21.77 | 18.04 | 40.36 | - |
| YUV | 120.77 | 155.78 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 170 | 0.23 | 0.38 | 0 | 0.33 | 263.44 | 0.27 | 0.54 |
| Hex | 83 | 6A | AA | 17 | 26 | 0 | 21 | 107 | 1B | 36 |
| Octal | 203 | 152 | 252 | 27 | 46 | 0 | 41 | 407 | 33 | 66 |
| Binary | 10000011 | 1101010 | 10101010 | 10111 | 100110 | 0 | 100001 | 100000111 | 11011 | 110110 |
Color Harmonies of #836AAA
Complementary color
Monochromatic Colors of #836AAA
Black with #836AAA
Text Example
Text Example
White with #836AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836AAA; }
p { color: rgb(131,106,170); }
H1.HeaderClassName
{
color: #836AAA;
}
.AnyTagClassName
{
color: #836AAA;
}
</style>
background-color css
<style>
a { background-color: #836AAA; }
a { background-color: rgb(131,106,170); }
div.DivClassName
{
background-color: #836AAA;
}
.BgClassName
{
background-color: #836AAA;
}
</style>
border-color css
<style>
span { border-color: #836AAA; }
span { border-color: rgb(131,106,170); }
td.TdClassName
{
border-color: #836AAA;
}
.TagClassName
{
border-color: #836AAA;
}
</style>