Shades of Deluge #83689F
Tints of Deluge #83689F
RGB
CMYK
RGB Variations
Color information
#83689F (or 0x83689F) is known color: Deluge. HEX triplet: 83, 68 and 9F. RGB value is (131,104,159). Sum of RGB (Red+Green+Blue) = 131+104+159=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #83689F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83689F is #7C9760. Grayscale: #767676. Windows color (decimal): -8165217 or 10446979. OLE color: 10446979.
HSL color Cylindrical-coordinate representation of color #83689F: hue angle of 269.45º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83689F is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 104 | 159 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.38 |
| HSL | 269.45º | 0.22% | 0.52% | - |
| HSV(B) | 269.45º | 0.35% | 0.62% | - |
| XYZ | 20.57 | 17.23 | 35.04 | - |
| YUV | 118.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 104 | 159 | 0.18 | 0.35 | 0 | 0.38 | 269.45 | 0.22 | 0.52 |
| Hex | 83 | 68 | 9F | 12 | 23 | 0 | 26 | 10D | 16 | 34 |
| Octal | 203 | 150 | 237 | 22 | 43 | 0 | 46 | 415 | 26 | 64 |
| Binary | 10000011 | 1101000 | 10011111 | 10010 | 100011 | 0 | 100110 | 100001101 | 10110 | 110100 |
Color Harmonies of #83689F
Complementary color
Monochromatic Colors of #83689F
Black with #83689F
Text Example
Text Example
White with #83689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83689F; }
p { color: rgb(131,104,159); }
H1.HeaderClassName
{
color: #83689F;
}
.AnyTagClassName
{
color: #83689F;
}
</style>
background-color css
<style>
a { background-color: #83689F; }
a { background-color: rgb(131,104,159); }
div.DivClassName
{
background-color: #83689F;
}
.BgClassName
{
background-color: #83689F;
}
</style>
border-color css
<style>
span { border-color: #83689F; }
span { border-color: rgb(131,104,159); }
td.TdClassName
{
border-color: #83689F;
}
.TagClassName
{
border-color: #83689F;
}
</style>