Shades of Deluge #816DAC
Tints of Deluge #816DAC
RGB
CMYK
RGB Variations
Color information
#816DAC (or 0x816DAC) is known color: Deluge. HEX triplet: 81, 6D and AC. RGB value is (129,109,172). Sum of RGB (Red+Green+Blue) = 129+109+172=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #816DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816DAC is #7E9253. Grayscale: #797979. Windows color (decimal): -8294996 or 11300225. OLE color: 11300225.
HSL color Cylindrical-coordinate representation of color #816DAC: hue angle of 259.05º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #816DAC is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 109 | 172 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.33 |
| HSL | 259.05º | 0.28% | 0.55% | - |
| HSV(B) | 259.05º | 0.37% | 0.67% | - |
| XYZ | 21.97 | 18.58 | 41.46 | - |
| YUV | 122.16 | 156.13 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 172 | 0.25 | 0.37 | 0 | 0.33 | 259.05 | 0.28 | 0.55 |
| Hex | 81 | 6D | AC | 19 | 25 | 0 | 21 | 103 | 1C | 37 |
| Octal | 201 | 155 | 254 | 31 | 45 | 0 | 41 | 403 | 34 | 67 |
| Binary | 10000001 | 1101101 | 10101100 | 11001 | 100101 | 0 | 100001 | 100000011 | 11100 | 110111 |
Color Harmonies of #816DAC
Complementary color
Monochromatic Colors of #816DAC
Black with #816DAC
Text Example
Text Example
White with #816DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816DAC; }
p { color: rgb(129,109,172); }
H1.HeaderClassName
{
color: #816DAC;
}
.AnyTagClassName
{
color: #816DAC;
}
</style>
background-color css
<style>
a { background-color: #816DAC; }
a { background-color: rgb(129,109,172); }
div.DivClassName
{
background-color: #816DAC;
}
.BgClassName
{
background-color: #816DAC;
}
</style>
border-color css
<style>
span { border-color: #816DAC; }
span { border-color: rgb(129,109,172); }
td.TdClassName
{
border-color: #816DAC;
}
.TagClassName
{
border-color: #816DAC;
}
</style>