Shades of Deluge #8061AD
Tints of Deluge #8061AD
RGB
CMYK
RGB Variations
Color information
#8061AD (or 0x8061AD) is known color: Deluge. HEX triplet: 80, 61 and AD. RGB value is (128,97,173). Sum of RGB (Red+Green+Blue) = 128+97+173=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #8061AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8061AD is #7F9E52. Grayscale: #727272. Windows color (decimal): -8363603 or 11362688. OLE color: 11362688.
HSL color Cylindrical-coordinate representation of color #8061AD: hue angle of 264.47º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8061AD is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 97 | 173 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.32 |
| HSL | 264.47º | 0.32% | 0.53% | - |
| HSV(B) | 264.47º | 0.44% | 0.68% | - |
| XYZ | 20.72 | 16.16 | 41.56 | - |
| YUV | 114.93 | 160.77 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 97 | 173 | 0.26 | 0.44 | 0 | 0.32 | 264.47 | 0.32 | 0.53 |
| Hex | 80 | 61 | AD | 1A | 2C | 0 | 20 | 108 | 20 | 35 |
| Octal | 200 | 141 | 255 | 32 | 54 | 0 | 40 | 410 | 40 | 65 |
| Binary | 10000000 | 1100001 | 10101101 | 11010 | 101100 | 0 | 100000 | 100001000 | 100000 | 110101 |
Color Harmonies of #8061AD
Complementary color
Monochromatic Colors of #8061AD
Black with #8061AD
Text Example
Text Example
White with #8061AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8061AD; }
p { color: rgb(128,97,173); }
H1.HeaderClassName
{
color: #8061AD;
}
.AnyTagClassName
{
color: #8061AD;
}
</style>
background-color css
<style>
a { background-color: #8061AD; }
a { background-color: rgb(128,97,173); }
div.DivClassName
{
background-color: #8061AD;
}
.BgClassName
{
background-color: #8061AD;
}
</style>
border-color css
<style>
span { border-color: #8061AD; }
span { border-color: rgb(128,97,173); }
td.TdClassName
{
border-color: #8061AD;
}
.TagClassName
{
border-color: #8061AD;
}
</style>