Shades of Deluge #836F9E
Tints of Deluge #836F9E
RGB
CMYK
RGB Variations
Color information
#836F9E (or 0x836F9E) is known color: Deluge. HEX triplet: 83, 6F and 9E. RGB value is (131,111,158). Sum of RGB (Red+Green+Blue) = 131+111+158=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 158 - color contains mainly: blue. Hex color #836F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836F9E is #7C9061. Grayscale: #7A7A7A. Windows color (decimal): -8163426 or 10383235. OLE color: 10383235.
HSL color Cylindrical-coordinate representation of color #836F9E: hue angle of 265.53º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #836F9E is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 111 | 158 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.38 |
| HSL | 265.53º | 0.2% | 0.53% | - |
| HSV(B) | 265.53º | 0.3% | 0.62% | - |
| XYZ | 21.22 | 18.66 | 34.83 | - |
| YUV | 122.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 158 | 0.17 | 0.30 | 0 | 0.38 | 265.53 | 0.2 | 0.53 |
| Hex | 83 | 6F | 9E | 11 | 1E | 0 | 26 | 10A | 14 | 35 |
| Octal | 203 | 157 | 236 | 21 | 36 | 0 | 46 | 412 | 24 | 65 |
| Binary | 10000011 | 1101111 | 10011110 | 10001 | 11110 | 0 | 100110 | 100001010 | 10100 | 110101 |
Color Harmonies of #836F9E
Complementary color
Monochromatic Colors of #836F9E
Black with #836F9E
Text Example
Text Example
White with #836F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836F9E; }
p { color: rgb(131,111,158); }
H1.HeaderClassName
{
color: #836F9E;
}
.AnyTagClassName
{
color: #836F9E;
}
</style>
background-color css
<style>
a { background-color: #836F9E; }
a { background-color: rgb(131,111,158); }
div.DivClassName
{
background-color: #836F9E;
}
.BgClassName
{
background-color: #836F9E;
}
</style>
border-color css
<style>
span { border-color: #836F9E; }
span { border-color: rgb(131,111,158); }
td.TdClassName
{
border-color: #836F9E;
}
.TagClassName
{
border-color: #836F9E;
}
</style>