Shades of Deluge #836F9F
Tints of Deluge #836F9F
RGB
CMYK
RGB Variations
Color information
#836F9F (or 0x836F9F) is known color: Deluge. HEX triplet: 83, 6F and 9F. RGB value is (131,111,159). Sum of RGB (Red+Green+Blue) = 131+111+159=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #836F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836F9F is #7C9060. Grayscale: #7A7A7A. Windows color (decimal): -8163425 or 10448771. OLE color: 10448771.
HSL color Cylindrical-coordinate representation of color #836F9F: hue angle of 265º 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 #836F9F is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 111 | 159 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.38 |
| HSL | 265º | 0.2% | 0.53% | - |
| HSV(B) | 265º | 0.3% | 0.62% | - |
| XYZ | 21.3 | 18.7 | 35.29 | - |
| YUV | 122.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 159 | 0.18 | 0.30 | 0 | 0.38 | 265 | 0.2 | 0.53 |
| Hex | 83 | 6F | 9F | 12 | 1E | 0 | 26 | 109 | 14 | 35 |
| Octal | 203 | 157 | 237 | 22 | 36 | 0 | 46 | 411 | 24 | 65 |
| Binary | 10000011 | 1101111 | 10011111 | 10010 | 11110 | 0 | 100110 | 100001001 | 10100 | 110101 |
Color Harmonies of #836F9F
Complementary color
Monochromatic Colors of #836F9F
Black with #836F9F
Text Example
Text Example
White with #836F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836F9F; }
p { color: rgb(131,111,159); }
H1.HeaderClassName
{
color: #836F9F;
}
.AnyTagClassName
{
color: #836F9F;
}
</style>
background-color css
<style>
a { background-color: #836F9F; }
a { background-color: rgb(131,111,159); }
div.DivClassName
{
background-color: #836F9F;
}
.BgClassName
{
background-color: #836F9F;
}
</style>
border-color css
<style>
span { border-color: #836F9F; }
span { border-color: rgb(131,111,159); }
td.TdClassName
{
border-color: #836F9F;
}
.TagClassName
{
border-color: #836F9F;
}
</style>