Shades of Deluge #84709F
Tints of Deluge #84709F
RGB
CMYK
RGB Variations
Color information
#84709F (or 0x84709F) is known color: Deluge. HEX triplet: 84, 70 and 9F. RGB value is (132,112,159). Sum of RGB (Red+Green+Blue) = 132+112+159=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 159 - color contains mainly: blue. Hex color #84709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84709F is #7B8F60. Grayscale: #7B7B7B. Windows color (decimal): -8097633 or 10449028. OLE color: 10449028.
HSL color Cylindrical-coordinate representation of color #84709F: hue angle of 265.53º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84709F is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 112 | 159 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.38 |
| HSL | 265.53º | 0.2% | 0.53% | - |
| HSV(B) | 265.53º | 0.3% | 0.62% | - |
| XYZ | 21.57 | 19 | 35.33 | - |
| YUV | 123.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 159 | 0.17 | 0.30 | 0 | 0.38 | 265.53 | 0.2 | 0.53 |
| Hex | 84 | 70 | 9F | 11 | 1E | 0 | 26 | 10A | 14 | 35 |
| Octal | 204 | 160 | 237 | 21 | 36 | 0 | 46 | 412 | 24 | 65 |
| Binary | 10000100 | 1110000 | 10011111 | 10001 | 11110 | 0 | 100110 | 100001010 | 10100 | 110101 |
Color Harmonies of #84709F
Complementary color
Monochromatic Colors of #84709F
Black with #84709F
Text Example
Text Example
White with #84709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84709F; }
p { color: rgb(132,112,159); }
H1.HeaderClassName
{
color: #84709F;
}
.AnyTagClassName
{
color: #84709F;
}
</style>
background-color css
<style>
a { background-color: #84709F; }
a { background-color: rgb(132,112,159); }
div.DivClassName
{
background-color: #84709F;
}
.BgClassName
{
background-color: #84709F;
}
</style>
border-color css
<style>
span { border-color: #84709F; }
span { border-color: rgb(132,112,159); }
td.TdClassName
{
border-color: #84709F;
}
.TagClassName
{
border-color: #84709F;
}
</style>