Shades of Deluge #83709F
Tints of Deluge #83709F
RGB
CMYK
RGB Variations
Color information
#83709F (or 0x83709F) is known color: Deluge. HEX triplet: 83, 70 and 9F. RGB value is (131,112,159). Sum of RGB (Red+Green+Blue) = 131+112+159=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 159 - color contains mainly: blue. Hex color #83709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83709F is #7C8F60. Grayscale: #7A7A7A. Windows color (decimal): -8163169 or 10449027. OLE color: 10449027.
HSL color Cylindrical-coordinate representation of color #83709F: hue angle of 264.26º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83709F is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 112 | 159 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.38 |
| HSL | 264.26º | 0.2% | 0.53% | - |
| HSV(B) | 264.26º | 0.3% | 0.62% | - |
| XYZ | 21.41 | 18.92 | 35.32 | - |
| YUV | 123.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 112 | 159 | 0.18 | 0.30 | 0 | 0.38 | 264.26 | 0.2 | 0.53 |
| Hex | 83 | 70 | 9F | 12 | 1E | 0 | 26 | 108 | 14 | 35 |
| Octal | 203 | 160 | 237 | 22 | 36 | 0 | 46 | 410 | 24 | 65 |
| Binary | 10000011 | 1110000 | 10011111 | 10010 | 11110 | 0 | 100110 | 100001000 | 10100 | 110101 |
Color Harmonies of #83709F
Complementary color
Monochromatic Colors of #83709F
Black with #83709F
Text Example
Text Example
White with #83709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83709F; }
p { color: rgb(131,112,159); }
H1.HeaderClassName
{
color: #83709F;
}
.AnyTagClassName
{
color: #83709F;
}
</style>
background-color css
<style>
a { background-color: #83709F; }
a { background-color: rgb(131,112,159); }
div.DivClassName
{
background-color: #83709F;
}
.BgClassName
{
background-color: #83709F;
}
</style>
border-color css
<style>
span { border-color: #83709F; }
span { border-color: rgb(131,112,159); }
td.TdClassName
{
border-color: #83709F;
}
.TagClassName
{
border-color: #83709F;
}
</style>