Shades of Deluge #8170A1
Tints of Deluge #8170A1
RGB
CMYK
RGB Variations
Color information
#8170A1 (or 0x8170A1) is known color: Deluge. HEX triplet: 81, 70 and A1. RGB value is (129,112,161). Sum of RGB (Red+Green+Blue) = 129+112+161=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 161 (63.28% from 255 or 40.05% from 402); Max value from RGB is 161 - color contains mainly: blue. Hex color #8170A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8170A1 is #7E8F5E. Grayscale: #7A7A7A. Windows color (decimal): -8294239 or 10580097. OLE color: 10580097.
HSL color Cylindrical-coordinate representation of color #8170A1: hue angle of 260.82º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8170A1 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 112 | 161 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.37 |
| HSL | 260.82º | 0.21% | 0.54% | - |
| HSV(B) | 260.82º | 0.3% | 0.63% | - |
| XYZ | 21.28 | 18.83 | 36.23 | - |
| YUV | 122.67 | 149.63 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 112 | 161 | 0.20 | 0.30 | 0 | 0.37 | 260.82 | 0.21 | 0.54 |
| Hex | 81 | 70 | A1 | 14 | 1E | 0 | 25 | 105 | 15 | 36 |
| Octal | 201 | 160 | 241 | 24 | 36 | 0 | 45 | 405 | 25 | 66 |
| Binary | 10000001 | 1110000 | 10100001 | 10100 | 11110 | 0 | 100101 | 100000101 | 10101 | 110110 |
Color Harmonies of #8170A1
Complementary color
Monochromatic Colors of #8170A1
Black with #8170A1
Text Example
Text Example
White with #8170A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8170A1; }
p { color: rgb(129,112,161); }
H1.HeaderClassName
{
color: #8170A1;
}
.AnyTagClassName
{
color: #8170A1;
}
</style>
background-color css
<style>
a { background-color: #8170A1; }
a { background-color: rgb(129,112,161); }
div.DivClassName
{
background-color: #8170A1;
}
.BgClassName
{
background-color: #8170A1;
}
</style>
border-color css
<style>
span { border-color: #8170A1; }
span { border-color: rgb(129,112,161); }
td.TdClassName
{
border-color: #8170A1;
}
.TagClassName
{
border-color: #8170A1;
}
</style>