Shades of Deluge #8170A0
Tints of Deluge #8170A0
RGB
CMYK
RGB Variations
Color information
#8170A0 (or 0x8170A0) is known color: Deluge. HEX triplet: 81, 70 and A0. RGB value is (129,112,160). Sum of RGB (Red+Green+Blue) = 129+112+160=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 160 - color contains mainly: blue. Hex color #8170A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8170A0 is #7E8F5F. Grayscale: #7A7A7A. Windows color (decimal): -8294240 or 10514561. OLE color: 10514561.
HSL color Cylindrical-coordinate representation of color #8170A0: hue angle of 261.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8170A0 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 112 | 160 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.37 |
| HSL | 261.25º | 0.2% | 0.53% | - |
| HSV(B) | 261.25º | 0.3% | 0.63% | - |
| XYZ | 21.19 | 18.79 | 35.77 | - |
| YUV | 122.56 | 149.13 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 112 | 160 | 0.19 | 0.30 | 0 | 0.37 | 261.25 | 0.2 | 0.53 |
| Hex | 81 | 70 | A0 | 13 | 1E | 0 | 25 | 105 | 14 | 35 |
| Octal | 201 | 160 | 240 | 23 | 36 | 0 | 45 | 405 | 24 | 65 |
| Binary | 10000001 | 1110000 | 10100000 | 10011 | 11110 | 0 | 100101 | 100000101 | 10100 | 110101 |
Color Harmonies of #8170A0
Complementary color
Monochromatic Colors of #8170A0
Black with #8170A0
Text Example
Text Example
White with #8170A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8170A0; }
p { color: rgb(129,112,160); }
H1.HeaderClassName
{
color: #8170A0;
}
.AnyTagClassName
{
color: #8170A0;
}
</style>
background-color css
<style>
a { background-color: #8170A0; }
a { background-color: rgb(129,112,160); }
div.DivClassName
{
background-color: #8170A0;
}
.BgClassName
{
background-color: #8170A0;
}
</style>
border-color css
<style>
span { border-color: #8170A0; }
span { border-color: rgb(129,112,160); }
td.TdClassName
{
border-color: #8170A0;
}
.TagClassName
{
border-color: #8170A0;
}
</style>