Shades of Deluge #8163AB
Tints of Deluge #8163AB
RGB
CMYK
RGB Variations
Color information
#8163AB (or 0x8163AB) is known color: Deluge. HEX triplet: 81, 63 and AB. RGB value is (129,99,171). Sum of RGB (Red+Green+Blue) = 129+99+171=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #8163AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8163AB is #7E9C54. Grayscale: #737373. Windows color (decimal): -8297557 or 11232129. OLE color: 11232129.
HSL color Cylindrical-coordinate representation of color #8163AB: hue angle of 265º 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 #8163AB is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 99 | 171 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.33 |
| HSL | 265º | 0.3% | 0.53% | - |
| HSV(B) | 265º | 0.42% | 0.67% | - |
| XYZ | 20.87 | 16.53 | 40.62 | - |
| YUV | 116.18 | 158.94 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 99 | 171 | 0.25 | 0.42 | 0 | 0.33 | 265 | 0.3 | 0.53 |
| Hex | 81 | 63 | AB | 19 | 2A | 0 | 21 | 109 | 1E | 35 |
| Octal | 201 | 143 | 253 | 31 | 52 | 0 | 41 | 411 | 36 | 65 |
| Binary | 10000001 | 1100011 | 10101011 | 11001 | 101010 | 0 | 100001 | 100001001 | 11110 | 110101 |
Color Harmonies of #8163AB
Complementary color
Monochromatic Colors of #8163AB
Black with #8163AB
Text Example
Text Example
White with #8163AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8163AB; }
p { color: rgb(129,99,171); }
H1.HeaderClassName
{
color: #8163AB;
}
.AnyTagClassName
{
color: #8163AB;
}
</style>
background-color css
<style>
a { background-color: #8163AB; }
a { background-color: rgb(129,99,171); }
div.DivClassName
{
background-color: #8163AB;
}
.BgClassName
{
background-color: #8163AB;
}
</style>
border-color css
<style>
span { border-color: #8163AB; }
span { border-color: rgb(129,99,171); }
td.TdClassName
{
border-color: #8163AB;
}
.TagClassName
{
border-color: #8163AB;
}
</style>