Shades of Deluge #8171A7
Tints of Deluge #8171A7
RGB
CMYK
RGB Variations
Color information
#8171A7 (or 0x8171A7) is known color: Deluge. HEX triplet: 81, 71 and A7. RGB value is (129,113,167). Sum of RGB (Red+Green+Blue) = 129+113+167=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 167 (65.62% from 255 or 40.83% from 409); Max value from RGB is 167 - color contains mainly: blue. Hex color #8171A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8171A7 is #7E8E58. Grayscale: #7B7B7B. Windows color (decimal): -8293977 or 10973569. OLE color: 10973569.
HSL color Cylindrical-coordinate representation of color #8171A7: hue angle of 257.78º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8171A7 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 113 | 167 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.35 |
| HSL | 257.78º | 0.23% | 0.55% | - |
| HSV(B) | 257.78º | 0.32% | 0.65% | - |
| XYZ | 21.93 | 19.27 | 39.12 | - |
| YUV | 123.94 | 152.3 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 113 | 167 | 0.23 | 0.32 | 0 | 0.35 | 257.78 | 0.23 | 0.55 |
| Hex | 81 | 71 | A7 | 17 | 20 | 0 | 23 | 102 | 17 | 37 |
| Octal | 201 | 161 | 247 | 27 | 40 | 0 | 43 | 402 | 27 | 67 |
| Binary | 10000001 | 1110001 | 10100111 | 10111 | 100000 | 0 | 100011 | 100000010 | 10111 | 110111 |
Color Harmonies of #8171A7
Complementary color
Monochromatic Colors of #8171A7
Black with #8171A7
Text Example
Text Example
White with #8171A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8171A7; }
p { color: rgb(129,113,167); }
H1.HeaderClassName
{
color: #8171A7;
}
.AnyTagClassName
{
color: #8171A7;
}
</style>
background-color css
<style>
a { background-color: #8171A7; }
a { background-color: rgb(129,113,167); }
div.DivClassName
{
background-color: #8171A7;
}
.BgClassName
{
background-color: #8171A7;
}
</style>
border-color css
<style>
span { border-color: #8171A7; }
span { border-color: rgb(129,113,167); }
td.TdClassName
{
border-color: #8171A7;
}
.TagClassName
{
border-color: #8171A7;
}
</style>