Shades of Deluge #83719F
Tints of Deluge #83719F
RGB
CMYK
RGB Variations
Color information
#83719F (or 0x83719F) is known color: Deluge. HEX triplet: 83, 71 and 9F. RGB value is (131,113,159). Sum of RGB (Red+Green+Blue) = 131+113+159=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 159 - color contains mainly: blue. Hex color #83719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83719F is #7C8E60. Grayscale: #7B7B7B. Windows color (decimal): -8162913 or 10449283. OLE color: 10449283.
HSL color Cylindrical-coordinate representation of color #83719F: hue angle of 263.48º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83719F is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 113 | 159 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.38 |
| HSL | 263.48º | 0.19% | 0.53% | - |
| HSV(B) | 263.48º | 0.29% | 0.62% | - |
| XYZ | 21.52 | 19.14 | 35.36 | - |
| YUV | 123.63 | 147.96 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 159 | 0.18 | 0.29 | 0 | 0.38 | 263.48 | 0.19 | 0.53 |
| Hex | 83 | 71 | 9F | 12 | 1D | 0 | 26 | 107 | 13 | 35 |
| Octal | 203 | 161 | 237 | 22 | 35 | 0 | 46 | 407 | 23 | 65 |
| Binary | 10000011 | 1110001 | 10011111 | 10010 | 11101 | 0 | 100110 | 100000111 | 10011 | 110101 |
Color Harmonies of #83719F
Complementary color
Monochromatic Colors of #83719F
Black with #83719F
Text Example
Text Example
White with #83719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83719F; }
p { color: rgb(131,113,159); }
H1.HeaderClassName
{
color: #83719F;
}
.AnyTagClassName
{
color: #83719F;
}
</style>
background-color css
<style>
a { background-color: #83719F; }
a { background-color: rgb(131,113,159); }
div.DivClassName
{
background-color: #83719F;
}
.BgClassName
{
background-color: #83719F;
}
</style>
border-color css
<style>
span { border-color: #83719F; }
span { border-color: rgb(131,113,159); }
td.TdClassName
{
border-color: #83719F;
}
.TagClassName
{
border-color: #83719F;
}
</style>