Shades of Deluge #8071A2
Tints of Deluge #8071A2
RGB
CMYK
RGB Variations
Color information
#8071A2 (or 0x8071A2) is known color: Deluge. HEX triplet: 80, 71 and A2. RGB value is (128,113,162). Sum of RGB (Red+Green+Blue) = 128+113+162=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 162 - color contains mainly: blue. Hex color #8071A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8071A2 is #7F8E5D. Grayscale: #7A7A7A. Windows color (decimal): -8359518 or 10645888. OLE color: 10645888.
HSL color Cylindrical-coordinate representation of color #8071A2: hue angle of 258.37º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8071A2 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 113 | 162 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.36 |
| HSL | 258.37º | 0.21% | 0.54% | - |
| HSV(B) | 258.37º | 0.3% | 0.64% | - |
| XYZ | 21.33 | 19.01 | 36.73 | - |
| YUV | 123.07 | 149.97 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 162 | 0.21 | 0.30 | 0 | 0.36 | 258.37 | 0.21 | 0.54 |
| Hex | 80 | 71 | A2 | 15 | 1E | 0 | 24 | 102 | 15 | 36 |
| Octal | 200 | 161 | 242 | 25 | 36 | 0 | 44 | 402 | 25 | 66 |
| Binary | 10000000 | 1110001 | 10100010 | 10101 | 11110 | 0 | 100100 | 100000010 | 10101 | 110110 |
Color Harmonies of #8071A2
Complementary color
Monochromatic Colors of #8071A2
Black with #8071A2
Text Example
Text Example
White with #8071A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8071A2; }
p { color: rgb(128,113,162); }
H1.HeaderClassName
{
color: #8071A2;
}
.AnyTagClassName
{
color: #8071A2;
}
</style>
background-color css
<style>
a { background-color: #8071A2; }
a { background-color: rgb(128,113,162); }
div.DivClassName
{
background-color: #8071A2;
}
.BgClassName
{
background-color: #8071A2;
}
</style>
border-color css
<style>
span { border-color: #8071A2; }
span { border-color: rgb(128,113,162); }
td.TdClassName
{
border-color: #8071A2;
}
.TagClassName
{
border-color: #8071A2;
}
</style>