Shades of Deluge #83699B
Tints of Deluge #83699B
RGB
CMYK
RGB Variations
Color information
#83699B (or 0x83699B) is known color: Deluge. HEX triplet: 83, 69 and 9B. RGB value is (131,105,155). Sum of RGB (Red+Green+Blue) = 131+105+155=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #83699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83699B is #7C9664. Grayscale: #767676. Windows color (decimal): -8164965 or 10185091. OLE color: 10185091.
HSL color Cylindrical-coordinate representation of color #83699B: hue angle of 271.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83699B is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 105 | 155 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.39 |
| HSL | 271.2º | 0.2% | 0.51% | - |
| HSV(B) | 271.2º | 0.32% | 0.61% | - |
| XYZ | 20.33 | 17.3 | 33.28 | - |
| YUV | 118.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 105 | 155 | 0.15 | 0.32 | 0 | 0.39 | 271.2 | 0.2 | 0.51 |
| Hex | 83 | 69 | 9B | F | 20 | 0 | 27 | 10F | 14 | 33 |
| Octal | 203 | 151 | 233 | 17 | 40 | 0 | 47 | 417 | 24 | 63 |
| Binary | 10000011 | 1101001 | 10011011 | 1111 | 100000 | 0 | 100111 | 100001111 | 10100 | 110011 |
Color Harmonies of #83699B
Complementary color
Monochromatic Colors of #83699B
Black with #83699B
Text Example
Text Example
White with #83699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83699B; }
p { color: rgb(131,105,155); }
H1.HeaderClassName
{
color: #83699B;
}
.AnyTagClassName
{
color: #83699B;
}
</style>
background-color css
<style>
a { background-color: #83699B; }
a { background-color: rgb(131,105,155); }
div.DivClassName
{
background-color: #83699B;
}
.BgClassName
{
background-color: #83699B;
}
</style>
border-color css
<style>
span { border-color: #83699B; }
span { border-color: rgb(131,105,155); }
td.TdClassName
{
border-color: #83699B;
}
.TagClassName
{
border-color: #83699B;
}
</style>