Shades of Deluge #835FA9
Tints of Deluge #835FA9
RGB
CMYK
RGB Variations
Color information
#835FA9 (or 0x835FA9) is known color: Deluge. HEX triplet: 83, 5F and A9. RGB value is (131,95,169). Sum of RGB (Red+Green+Blue) = 131+95+169=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 169 (66.41% from 255 or 42.78% from 395); Max value from RGB is 169 - color contains mainly: blue. Hex color #835FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835FA9 is #7CA056. Grayscale: #717171. Windows color (decimal): -8167511 or 11100035. OLE color: 11100035.
HSL color Cylindrical-coordinate representation of color #835FA9: hue angle of 269.19º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #835FA9 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 131 | 95 | 169 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.34 |
| HSL | 269.19º | 0.3% | 0.52% | - |
| HSV(B) | 269.19º | 0.44% | 0.66% | - |
| XYZ | 20.61 | 15.87 | 39.51 | - |
| YUV | 114.2 | 158.93 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 95 | 169 | 0.22 | 0.44 | 0 | 0.34 | 269.19 | 0.3 | 0.52 |
| Hex | 83 | 5F | A9 | 16 | 2C | 0 | 22 | 10D | 1E | 34 |
| Octal | 203 | 137 | 251 | 26 | 54 | 0 | 42 | 415 | 36 | 64 |
| Binary | 10000011 | 1011111 | 10101001 | 10110 | 101100 | 0 | 100010 | 100001101 | 11110 | 110100 |
Color Harmonies of #835FA9
Complementary color
Monochromatic Colors of #835FA9
Black with #835FA9
Text Example
Text Example
White with #835FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835FA9; }
p { color: rgb(131,95,169); }
H1.HeaderClassName
{
color: #835FA9;
}
.AnyTagClassName
{
color: #835FA9;
}
</style>
background-color css
<style>
a { background-color: #835FA9; }
a { background-color: rgb(131,95,169); }
div.DivClassName
{
background-color: #835FA9;
}
.BgClassName
{
background-color: #835FA9;
}
</style>
border-color css
<style>
span { border-color: #835FA9; }
span { border-color: rgb(131,95,169); }
td.TdClassName
{
border-color: #835FA9;
}
.TagClassName
{
border-color: #835FA9;
}
</style>