Shades of Deluge #83719A
Tints of Deluge #83719A
RGB
CMYK
RGB Variations
Color information
#83719A (or 0x83719A) is known color: Deluge. HEX triplet: 83, 71 and 9A. RGB value is (131,113,154). Sum of RGB (Red+Green+Blue) = 131+113+154=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 154 - color contains mainly: blue. Hex color #83719A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83719A is #7C8E65. Grayscale: #7A7A7A. Windows color (decimal): -8162918 or 10121603. OLE color: 10121603.
HSL color Cylindrical-coordinate representation of color #83719A: hue angle of 266.34º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83719A is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 113 | 154 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.40 |
| HSL | 266.34º | 0.17% | 0.52% | - |
| HSV(B) | 266.34º | 0.27% | 0.6% | - |
| XYZ | 21.1 | 18.97 | 33.12 | - |
| YUV | 123.06 | 145.46 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 154 | 0.15 | 0.27 | 0 | 0.40 | 266.34 | 0.17 | 0.52 |
| Hex | 83 | 71 | 9A | F | 1B | 0 | 28 | 10A | 11 | 34 |
| Octal | 203 | 161 | 232 | 17 | 33 | 0 | 50 | 412 | 21 | 64 |
| Binary | 10000011 | 1110001 | 10011010 | 1111 | 11011 | 0 | 101000 | 100001010 | 10001 | 110100 |
Color Harmonies of #83719A
Complementary color
Monochromatic Colors of #83719A
Black with #83719A
Text Example
Text Example
White with #83719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83719A; }
p { color: rgb(131,113,154); }
H1.HeaderClassName
{
color: #83719A;
}
.AnyTagClassName
{
color: #83719A;
}
</style>
background-color css
<style>
a { background-color: #83719A; }
a { background-color: rgb(131,113,154); }
div.DivClassName
{
background-color: #83719A;
}
.BgClassName
{
background-color: #83719A;
}
</style>
border-color css
<style>
span { border-color: #83719A; }
span { border-color: rgb(131,113,154); }
td.TdClassName
{
border-color: #83719A;
}
.TagClassName
{
border-color: #83719A;
}
</style>