Shades of Deluge #836E99
Tints of Deluge #836E99
RGB
CMYK
RGB Variations
Color information
#836E99 (or 0x836E99) is known color: Deluge. HEX triplet: 83, 6E and 99. RGB value is (131,110,153). Sum of RGB (Red+Green+Blue) = 131+110+153=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 153 - color contains mainly: blue. Hex color #836E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836E99 is #7C9166. Grayscale: #797979. Windows color (decimal): -8163687 or 10055299. OLE color: 10055299.
HSL color Cylindrical-coordinate representation of color #836E99: hue angle of 269.3º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #836E99 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 110 | 153 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.4 |
| HSL | 269.3º | 0.17% | 0.52% | - |
| HSV(B) | 269.3º | 0.28% | 0.6% | - |
| XYZ | 20.69 | 18.28 | 32.57 | - |
| YUV | 121.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 110 | 153 | 0.14 | 0.28 | 0 | 0.4 | 269.3 | 0.17 | 0.52 |
| Hex | 83 | 6E | 99 | E | 1C | 0 | 28 | 10D | 11 | 34 |
| Octal | 203 | 156 | 231 | 16 | 34 | 0 | 50 | 415 | 21 | 64 |
| Binary | 10000011 | 1101110 | 10011001 | 1110 | 11100 | 0 | 101000 | 100001101 | 10001 | 110100 |
Color Harmonies of #836E99
Complementary color
Monochromatic Colors of #836E99
Black with #836E99
Text Example
Text Example
White with #836E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836E99; }
p { color: rgb(131,110,153); }
H1.HeaderClassName
{
color: #836E99;
}
.AnyTagClassName
{
color: #836E99;
}
</style>
background-color css
<style>
a { background-color: #836E99; }
a { background-color: rgb(131,110,153); }
div.DivClassName
{
background-color: #836E99;
}
.BgClassName
{
background-color: #836E99;
}
</style>
border-color css
<style>
span { border-color: #836E99; }
span { border-color: rgb(131,110,153); }
td.TdClassName
{
border-color: #836E99;
}
.TagClassName
{
border-color: #836E99;
}
</style>