Shades of Deluge #835BB2
Tints of Deluge #835BB2
RGB
CMYK
RGB Variations
Color information
#835BB2 (or 0x835BB2) is known color: Deluge. HEX triplet: 83, 5B and B2. RGB value is (131,91,178). Sum of RGB (Red+Green+Blue) = 131+91+178=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 178 - color contains mainly: blue. Hex color #835BB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835BB2 is #7CA44D. Grayscale: #707070. Windows color (decimal): -8168526 or 11688835. OLE color: 11688835.
HSL color Cylindrical-coordinate representation of color #835BB2: hue angle of 267.59º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #835BB2 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 91 | 178 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.30 |
| HSL | 267.59º | 0.36% | 0.53% | - |
| HSV(B) | 267.59º | 0.49% | 0.7% | - |
| XYZ | 21.14 | 15.52 | 44 | - |
| YUV | 112.88 | 164.75 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 178 | 0.26 | 0.49 | 0 | 0.30 | 267.59 | 0.36 | 0.53 |
| Hex | 83 | 5B | B2 | 1A | 31 | 0 | 1E | 10C | 24 | 35 |
| Octal | 203 | 133 | 262 | 32 | 61 | 0 | 36 | 414 | 44 | 65 |
| Binary | 10000011 | 1011011 | 10110010 | 11010 | 110001 | 0 | 11110 | 100001100 | 100100 | 110101 |
Color Harmonies of #835BB2
Complementary color
Monochromatic Colors of #835BB2
Black with #835BB2
Text Example
Text Example
White with #835BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835BB2; }
p { color: rgb(131,91,178); }
H1.HeaderClassName
{
color: #835BB2;
}
.AnyTagClassName
{
color: #835BB2;
}
</style>
background-color css
<style>
a { background-color: #835BB2; }
a { background-color: rgb(131,91,178); }
div.DivClassName
{
background-color: #835BB2;
}
.BgClassName
{
background-color: #835BB2;
}
</style>
border-color css
<style>
span { border-color: #835BB2; }
span { border-color: rgb(131,91,178); }
td.TdClassName
{
border-color: #835BB2;
}
.TagClassName
{
border-color: #835BB2;
}
</style>