Shades of Deluge #836FB2
Tints of Deluge #836FB2
RGB
CMYK
RGB Variations
Color information
#836FB2 (or 0x836FB2) is known color: Deluge. HEX triplet: 83, 6F and B2. RGB value is (131,111,178). Sum of RGB (Red+Green+Blue) = 131+111+178=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 178 - color contains mainly: blue. Hex color #836FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836FB2 is #7C904D. Grayscale: #7C7C7C. Windows color (decimal): -8163406 or 11693955. OLE color: 11693955.
HSL color Cylindrical-coordinate representation of color #836FB2: hue angle of 257.91º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #836FB2 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 111 | 178 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.30 |
| HSL | 257.91º | 0.3% | 0.57% | - |
| HSV(B) | 257.91º | 0.38% | 0.7% | - |
| XYZ | 23.08 | 19.41 | 44.65 | - |
| YUV | 124.62 | 158.13 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 178 | 0.26 | 0.38 | 0 | 0.30 | 257.91 | 0.3 | 0.57 |
| Hex | 83 | 6F | B2 | 1A | 26 | 0 | 1E | 102 | 1E | 39 |
| Octal | 203 | 157 | 262 | 32 | 46 | 0 | 36 | 402 | 36 | 71 |
| Binary | 10000011 | 1101111 | 10110010 | 11010 | 100110 | 0 | 11110 | 100000010 | 11110 | 111001 |
Color Harmonies of #836FB2
Complementary color
Monochromatic Colors of #836FB2
Black with #836FB2
Text Example
Text Example
White with #836FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836FB2; }
p { color: rgb(131,111,178); }
H1.HeaderClassName
{
color: #836FB2;
}
.AnyTagClassName
{
color: #836FB2;
}
</style>
background-color css
<style>
a { background-color: #836FB2; }
a { background-color: rgb(131,111,178); }
div.DivClassName
{
background-color: #836FB2;
}
.BgClassName
{
background-color: #836FB2;
}
</style>
border-color css
<style>
span { border-color: #836FB2; }
span { border-color: rgb(131,111,178); }
td.TdClassName
{
border-color: #836FB2;
}
.TagClassName
{
border-color: #836FB2;
}
</style>