Shades of Deluge #816EA9
Tints of Deluge #816EA9
RGB
CMYK
RGB Variations
Color information
#816EA9 (or 0x816EA9) is known color: Deluge. HEX triplet: 81, 6E and A9. RGB value is (129,110,169). Sum of RGB (Red+Green+Blue) = 129+110+169=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 169 - color contains mainly: blue. Hex color #816EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816EA9 is #7E9156. Grayscale: #7A7A7A. Windows color (decimal): -8294743 or 11103873. OLE color: 11103873.
HSL color Cylindrical-coordinate representation of color #816EA9: hue angle of 259.32º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #816EA9 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 110 | 169 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.34 |
| HSL | 259.32º | 0.26% | 0.55% | - |
| HSV(B) | 259.32º | 0.35% | 0.66% | - |
| XYZ | 21.79 | 18.68 | 39.99 | - |
| YUV | 122.41 | 154.29 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 110 | 169 | 0.24 | 0.35 | 0 | 0.34 | 259.32 | 0.26 | 0.55 |
| Hex | 81 | 6E | A9 | 18 | 23 | 0 | 22 | 103 | 1A | 37 |
| Octal | 201 | 156 | 251 | 30 | 43 | 0 | 42 | 403 | 32 | 67 |
| Binary | 10000001 | 1101110 | 10101001 | 11000 | 100011 | 0 | 100010 | 100000011 | 11010 | 110111 |
Color Harmonies of #816EA9
Complementary color
Monochromatic Colors of #816EA9
Black with #816EA9
Text Example
Text Example
White with #816EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816EA9; }
p { color: rgb(129,110,169); }
H1.HeaderClassName
{
color: #816EA9;
}
.AnyTagClassName
{
color: #816EA9;
}
</style>
background-color css
<style>
a { background-color: #816EA9; }
a { background-color: rgb(129,110,169); }
div.DivClassName
{
background-color: #816EA9;
}
.BgClassName
{
background-color: #816EA9;
}
</style>
border-color css
<style>
span { border-color: #816EA9; }
span { border-color: rgb(129,110,169); }
td.TdClassName
{
border-color: #816EA9;
}
.TagClassName
{
border-color: #816EA9;
}
</style>