Shades of Deluge #8172AA
Tints of Deluge #8172AA
RGB
CMYK
RGB Variations
Color information
#8172AA (or 0x8172AA) is known color: Deluge. HEX triplet: 81, 72 and AA. RGB value is (129,114,170). Sum of RGB (Red+Green+Blue) = 129+114+170=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #8172AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8172AA is #7E8D55. Grayscale: #7C7C7C. Windows color (decimal): -8293718 or 11170433. OLE color: 11170433.
HSL color Cylindrical-coordinate representation of color #8172AA: hue angle of 256.07º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8172AA is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 114 | 170 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.33 |
| HSL | 256.07º | 0.25% | 0.56% | - |
| HSV(B) | 256.07º | 0.33% | 0.67% | - |
| XYZ | 22.33 | 19.6 | 40.64 | - |
| YUV | 124.87 | 153.47 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 114 | 170 | 0.24 | 0.33 | 0 | 0.33 | 256.07 | 0.25 | 0.56 |
| Hex | 81 | 72 | AA | 18 | 21 | 0 | 21 | 100 | 19 | 38 |
| Octal | 201 | 162 | 252 | 30 | 41 | 0 | 41 | 400 | 31 | 70 |
| Binary | 10000001 | 1110010 | 10101010 | 11000 | 100001 | 0 | 100001 | 100000000 | 11001 | 111000 |
Color Harmonies of #8172AA
Complementary color
Monochromatic Colors of #8172AA
Black with #8172AA
Text Example
Text Example
White with #8172AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8172AA; }
p { color: rgb(129,114,170); }
H1.HeaderClassName
{
color: #8172AA;
}
.AnyTagClassName
{
color: #8172AA;
}
</style>
background-color css
<style>
a { background-color: #8172AA; }
a { background-color: rgb(129,114,170); }
div.DivClassName
{
background-color: #8172AA;
}
.BgClassName
{
background-color: #8172AA;
}
</style>
border-color css
<style>
span { border-color: #8172AA; }
span { border-color: rgb(129,114,170); }
td.TdClassName
{
border-color: #8172AA;
}
.TagClassName
{
border-color: #8172AA;
}
</style>