Shades of Deluge #8171AB
Tints of Deluge #8171AB
RGB
CMYK
RGB Variations
Color information
#8171AB (or 0x8171AB) is known color: Deluge. HEX triplet: 81, 71 and AB. RGB value is (129,113,171). Sum of RGB (Red+Green+Blue) = 129+113+171=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #8171AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8171AB is #7E8E54. Grayscale: #7C7C7C. Windows color (decimal): -8293973 or 11235713. OLE color: 11235713.
HSL color Cylindrical-coordinate representation of color #8171AB: hue angle of 256.55º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8171AB is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 113 | 171 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.33 |
| HSL | 256.55º | 0.26% | 0.56% | - |
| HSV(B) | 256.55º | 0.34% | 0.67% | - |
| XYZ | 22.31 | 19.42 | 41.1 | - |
| YUV | 124.4 | 154.3 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 113 | 171 | 0.25 | 0.34 | 0 | 0.33 | 256.55 | 0.26 | 0.56 |
| Hex | 81 | 71 | AB | 19 | 22 | 0 | 21 | 101 | 1A | 38 |
| Octal | 201 | 161 | 253 | 31 | 42 | 0 | 41 | 401 | 32 | 70 |
| Binary | 10000001 | 1110001 | 10101011 | 11001 | 100010 | 0 | 100001 | 100000001 | 11010 | 111000 |
Color Harmonies of #8171AB
Complementary color
Monochromatic Colors of #8171AB
Black with #8171AB
Text Example
Text Example
White with #8171AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8171AB; }
p { color: rgb(129,113,171); }
H1.HeaderClassName
{
color: #8171AB;
}
.AnyTagClassName
{
color: #8171AB;
}
</style>
background-color css
<style>
a { background-color: #8171AB; }
a { background-color: rgb(129,113,171); }
div.DivClassName
{
background-color: #8171AB;
}
.BgClassName
{
background-color: #8171AB;
}
</style>
border-color css
<style>
span { border-color: #8171AB; }
span { border-color: rgb(129,113,171); }
td.TdClassName
{
border-color: #8171AB;
}
.TagClassName
{
border-color: #8171AB;
}
</style>