Shades of Deluge #8163A9
Tints of Deluge #8163A9
RGB
CMYK
RGB Variations
Color information
#8163A9 (or 0x8163A9) is known color: Deluge. HEX triplet: 81, 63 and A9. RGB value is (129,99,169). Sum of RGB (Red+Green+Blue) = 129+99+169=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 169 - color contains mainly: blue. Hex color #8163A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8163A9 is #7E9C56. Grayscale: #737373. Windows color (decimal): -8297559 or 11101057. OLE color: 11101057.
HSL color Cylindrical-coordinate representation of color #8163A9: hue angle of 265.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8163A9 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 99 | 169 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.34 |
| HSL | 265.71º | 0.29% | 0.53% | - |
| HSV(B) | 265.71º | 0.41% | 0.66% | - |
| XYZ | 20.68 | 16.46 | 39.62 | - |
| YUV | 115.95 | 157.94 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 99 | 169 | 0.24 | 0.41 | 0 | 0.34 | 265.71 | 0.29 | 0.53 |
| Hex | 81 | 63 | A9 | 18 | 29 | 0 | 22 | 10A | 1D | 35 |
| Octal | 201 | 143 | 251 | 30 | 51 | 0 | 42 | 412 | 35 | 65 |
| Binary | 10000001 | 1100011 | 10101001 | 11000 | 101001 | 0 | 100010 | 100001010 | 11101 | 110101 |
Color Harmonies of #8163A9
Complementary color
Monochromatic Colors of #8163A9
Black with #8163A9
Text Example
Text Example
White with #8163A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8163A9; }
p { color: rgb(129,99,169); }
H1.HeaderClassName
{
color: #8163A9;
}
.AnyTagClassName
{
color: #8163A9;
}
</style>
background-color css
<style>
a { background-color: #8163A9; }
a { background-color: rgb(129,99,169); }
div.DivClassName
{
background-color: #8163A9;
}
.BgClassName
{
background-color: #8163A9;
}
</style>
border-color css
<style>
span { border-color: #8163A9; }
span { border-color: rgb(129,99,169); }
td.TdClassName
{
border-color: #8163A9;
}
.TagClassName
{
border-color: #8163A9;
}
</style>