Shades of Deluge #8164A0
Tints of Deluge #8164A0
RGB
CMYK
RGB Variations
Color information
#8164A0 (or 0x8164A0) is known color: Deluge. HEX triplet: 81, 64 and A0. RGB value is (129,100,160). Sum of RGB (Red+Green+Blue) = 129+100+160=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 160 - color contains mainly: blue. Hex color #8164A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8164A0 is #7E9B5F. Grayscale: #737373. Windows color (decimal): -8297312 or 10511489. OLE color: 10511489.
HSL color Cylindrical-coordinate representation of color #8164A0: hue angle of 269º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8164A0 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 100 | 160 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.37 |
| HSL | 269º | 0.24% | 0.51% | - |
| HSV(B) | 269º | 0.38% | 0.63% | - |
| XYZ | 19.96 | 16.32 | 35.36 | - |
| YUV | 115.51 | 153.11 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 100 | 160 | 0.19 | 0.38 | 0 | 0.37 | 269 | 0.24 | 0.51 |
| Hex | 81 | 64 | A0 | 13 | 26 | 0 | 25 | 10D | 18 | 33 |
| Octal | 201 | 144 | 240 | 23 | 46 | 0 | 45 | 415 | 30 | 63 |
| Binary | 10000001 | 1100100 | 10100000 | 10011 | 100110 | 0 | 100101 | 100001101 | 11000 | 110011 |
Color Harmonies of #8164A0
Complementary color
Monochromatic Colors of #8164A0
Black with #8164A0
Text Example
Text Example
White with #8164A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8164A0; }
p { color: rgb(129,100,160); }
H1.HeaderClassName
{
color: #8164A0;
}
.AnyTagClassName
{
color: #8164A0;
}
</style>
background-color css
<style>
a { background-color: #8164A0; }
a { background-color: rgb(129,100,160); }
div.DivClassName
{
background-color: #8164A0;
}
.BgClassName
{
background-color: #8164A0;
}
</style>
border-color css
<style>
span { border-color: #8164A0; }
span { border-color: rgb(129,100,160); }
td.TdClassName
{
border-color: #8164A0;
}
.TagClassName
{
border-color: #8164A0;
}
</style>