Shades of Deluge #8172AB
Tints of Deluge #8172AB
RGB
CMYK
RGB Variations
Color information
#8172AB (or 0x8172AB) is known color: Deluge. HEX triplet: 81, 72 and AB. RGB value is (129,114,171). Sum of RGB (Red+Green+Blue) = 129+114+171=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #8172AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8172AB is #7E8D54. Grayscale: #7C7C7C. Windows color (decimal): -8293717 or 11235969. OLE color: 11235969.
HSL color Cylindrical-coordinate representation of color #8172AB: hue angle of 255.79º 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 #8172AB is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 114 | 171 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.33 |
| HSL | 255.79º | 0.25% | 0.56% | - |
| HSV(B) | 255.79º | 0.33% | 0.67% | - |
| XYZ | 22.42 | 19.64 | 41.14 | - |
| YUV | 124.98 | 153.97 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 114 | 171 | 0.25 | 0.33 | 0 | 0.33 | 255.79 | 0.25 | 0.56 |
| Hex | 81 | 72 | AB | 19 | 21 | 0 | 21 | 100 | 19 | 38 |
| Octal | 201 | 162 | 253 | 31 | 41 | 0 | 41 | 400 | 31 | 70 |
| Binary | 10000001 | 1110010 | 10101011 | 11001 | 100001 | 0 | 100001 | 100000000 | 11001 | 111000 |
Color Harmonies of #8172AB
Complementary color
Monochromatic Colors of #8172AB
Black with #8172AB
Text Example
Text Example
White with #8172AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8172AB; }
p { color: rgb(129,114,171); }
H1.HeaderClassName
{
color: #8172AB;
}
.AnyTagClassName
{
color: #8172AB;
}
</style>
background-color css
<style>
a { background-color: #8172AB; }
a { background-color: rgb(129,114,171); }
div.DivClassName
{
background-color: #8172AB;
}
.BgClassName
{
background-color: #8172AB;
}
</style>
border-color css
<style>
span { border-color: #8172AB; }
span { border-color: rgb(129,114,171); }
td.TdClassName
{
border-color: #8172AB;
}
.TagClassName
{
border-color: #8172AB;
}
</style>