Shades of Deluge #836B9B
Tints of Deluge #836B9B
RGB
CMYK
RGB Variations
Color information
#836B9B (or 0x836B9B) is known color: Deluge. HEX triplet: 83, 6B and 9B. RGB value is (131,107,155). Sum of RGB (Red+Green+Blue) = 131+107+155=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #836B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836B9B is #7C9464. Grayscale: #777777. Windows color (decimal): -8164453 or 10185603. OLE color: 10185603.
HSL color Cylindrical-coordinate representation of color #836B9B: hue angle of 270º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #836B9B is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 107 | 155 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.39 |
| HSL | 270º | 0.19% | 0.51% | - |
| HSV(B) | 270º | 0.31% | 0.61% | - |
| XYZ | 20.53 | 17.71 | 33.35 | - |
| YUV | 119.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 107 | 155 | 0.15 | 0.31 | 0 | 0.39 | 270 | 0.19 | 0.51 |
| Hex | 83 | 6B | 9B | F | 1F | 0 | 27 | 10E | 13 | 33 |
| Octal | 203 | 153 | 233 | 17 | 37 | 0 | 47 | 416 | 23 | 63 |
| Binary | 10000011 | 1101011 | 10011011 | 1111 | 11111 | 0 | 100111 | 100001110 | 10011 | 110011 |
Color Harmonies of #836B9B
Complementary color
Monochromatic Colors of #836B9B
Black with #836B9B
Text Example
Text Example
White with #836B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836B9B; }
p { color: rgb(131,107,155); }
H1.HeaderClassName
{
color: #836B9B;
}
.AnyTagClassName
{
color: #836B9B;
}
</style>
background-color css
<style>
a { background-color: #836B9B; }
a { background-color: rgb(131,107,155); }
div.DivClassName
{
background-color: #836B9B;
}
.BgClassName
{
background-color: #836B9B;
}
</style>
border-color css
<style>
span { border-color: #836B9B; }
span { border-color: rgb(131,107,155); }
td.TdClassName
{
border-color: #836B9B;
}
.TagClassName
{
border-color: #836B9B;
}
</style>