Shades of Deluge #83709B
Tints of Deluge #83709B
RGB
CMYK
RGB Variations
Color information
#83709B (or 0x83709B) is known color: Deluge. HEX triplet: 83, 70 and 9B. RGB value is (131,112,155). Sum of RGB (Red+Green+Blue) = 131+112+155=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #83709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83709B is #7C8F64. Grayscale: #7A7A7A. Windows color (decimal): -8163173 or 10186883. OLE color: 10186883.
HSL color Cylindrical-coordinate representation of color #83709B: hue angle of 266.51º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83709B is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 112 | 155 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.39 |
| HSL | 266.51º | 0.18% | 0.52% | - |
| HSV(B) | 266.51º | 0.28% | 0.61% | - |
| XYZ | 21.07 | 18.78 | 33.52 | - |
| YUV | 122.58 | 146.29 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 112 | 155 | 0.15 | 0.28 | 0 | 0.39 | 266.51 | 0.18 | 0.52 |
| Hex | 83 | 70 | 9B | F | 1C | 0 | 27 | 10B | 12 | 34 |
| Octal | 203 | 160 | 233 | 17 | 34 | 0 | 47 | 413 | 22 | 64 |
| Binary | 10000011 | 1110000 | 10011011 | 1111 | 11100 | 0 | 100111 | 100001011 | 10010 | 110100 |
Color Harmonies of #83709B
Complementary color
Monochromatic Colors of #83709B
Black with #83709B
Text Example
Text Example
White with #83709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83709B; }
p { color: rgb(131,112,155); }
H1.HeaderClassName
{
color: #83709B;
}
.AnyTagClassName
{
color: #83709B;
}
</style>
background-color css
<style>
a { background-color: #83709B; }
a { background-color: rgb(131,112,155); }
div.DivClassName
{
background-color: #83709B;
}
.BgClassName
{
background-color: #83709B;
}
</style>
border-color css
<style>
span { border-color: #83709B; }
span { border-color: rgb(131,112,155); }
td.TdClassName
{
border-color: #83709B;
}
.TagClassName
{
border-color: #83709B;
}
</style>