Shades of Deluge #83689C
Tints of Deluge #83689C
RGB
CMYK
RGB Variations
Color information
#83689C (or 0x83689C) is known color: Deluge. HEX triplet: 83, 68 and 9C. RGB value is (131,104,156). Sum of RGB (Red+Green+Blue) = 131+104+156=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #83689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83689C is #7C9763. Grayscale: #757575. Windows color (decimal): -8165220 or 10250371. OLE color: 10250371.
HSL color Cylindrical-coordinate representation of color #83689C: hue angle of 271.15º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83689C is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 104 | 156 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.39 |
| HSL | 271.15º | 0.21% | 0.51% | - |
| HSV(B) | 271.15º | 0.33% | 0.61% | - |
| XYZ | 20.31 | 17.13 | 33.69 | - |
| YUV | 118 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 104 | 156 | 0.16 | 0.33 | 0 | 0.39 | 271.15 | 0.21 | 0.51 |
| Hex | 83 | 68 | 9C | 10 | 21 | 0 | 27 | 10F | 15 | 33 |
| Octal | 203 | 150 | 234 | 20 | 41 | 0 | 47 | 417 | 25 | 63 |
| Binary | 10000011 | 1101000 | 10011100 | 10000 | 100001 | 0 | 100111 | 100001111 | 10101 | 110011 |
Color Harmonies of #83689C
Complementary color
Monochromatic Colors of #83689C
Black with #83689C
Text Example
Text Example
White with #83689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83689C; }
p { color: rgb(131,104,156); }
H1.HeaderClassName
{
color: #83689C;
}
.AnyTagClassName
{
color: #83689C;
}
</style>
background-color css
<style>
a { background-color: #83689C; }
a { background-color: rgb(131,104,156); }
div.DivClassName
{
background-color: #83689C;
}
.BgClassName
{
background-color: #83689C;
}
</style>
border-color css
<style>
span { border-color: #83689C; }
span { border-color: rgb(131,104,156); }
td.TdClassName
{
border-color: #83689C;
}
.TagClassName
{
border-color: #83689C;
}
</style>