Shades of Deluge #8164AB
Tints of Deluge #8164AB
RGB
CMYK
RGB Variations
Color information
#8164AB (or 0x8164AB) is known color: Deluge. HEX triplet: 81, 64 and AB. RGB value is (129,100,171). Sum of RGB (Red+Green+Blue) = 129+100+171=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #8164AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8164AB is #7E9B54. Grayscale: #747474. Windows color (decimal): -8297301 or 11232385. OLE color: 11232385.
HSL color Cylindrical-coordinate representation of color #8164AB: hue angle of 264.51º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8164AB is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 100 | 171 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.33 |
| HSL | 264.51º | 0.3% | 0.53% | - |
| HSV(B) | 264.51º | 0.42% | 0.67% | - |
| XYZ | 20.96 | 16.72 | 40.65 | - |
| YUV | 116.77 | 158.61 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 100 | 171 | 0.25 | 0.42 | 0 | 0.33 | 264.51 | 0.3 | 0.53 |
| Hex | 81 | 64 | AB | 19 | 2A | 0 | 21 | 109 | 1E | 35 |
| Octal | 201 | 144 | 253 | 31 | 52 | 0 | 41 | 411 | 36 | 65 |
| Binary | 10000001 | 1100100 | 10101011 | 11001 | 101010 | 0 | 100001 | 100001001 | 11110 | 110101 |
Color Harmonies of #8164AB
Complementary color
Monochromatic Colors of #8164AB
Black with #8164AB
Text Example
Text Example
White with #8164AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8164AB; }
p { color: rgb(129,100,171); }
H1.HeaderClassName
{
color: #8164AB;
}
.AnyTagClassName
{
color: #8164AB;
}
</style>
background-color css
<style>
a { background-color: #8164AB; }
a { background-color: rgb(129,100,171); }
div.DivClassName
{
background-color: #8164AB;
}
.BgClassName
{
background-color: #8164AB;
}
</style>
border-color css
<style>
span { border-color: #8164AB; }
span { border-color: rgb(129,100,171); }
td.TdClassName
{
border-color: #8164AB;
}
.TagClassName
{
border-color: #8164AB;
}
</style>