Shades of Deluge #816DB5
Tints of Deluge #816DB5
RGB
CMYK
RGB Variations
Color information
#816DB5 (or 0x816DB5) is known color: Deluge. HEX triplet: 81, 6D and B5. RGB value is (129,109,181). Sum of RGB (Red+Green+Blue) = 129+109+181=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 181 - color contains mainly: blue. Hex color #816DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816DB5 is #7E924A. Grayscale: #7A7A7A. Windows color (decimal): -8294987 or 11890049. OLE color: 11890049.
HSL color Cylindrical-coordinate representation of color #816DB5: hue angle of 256.67º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #816DB5 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 109 | 181 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.29 |
| HSL | 256.67º | 0.33% | 0.57% | - |
| HSV(B) | 256.67º | 0.4% | 0.71% | - |
| XYZ | 22.86 | 18.94 | 46.17 | - |
| YUV | 123.19 | 160.63 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 181 | 0.29 | 0.40 | 0 | 0.29 | 256.67 | 0.33 | 0.57 |
| Hex | 81 | 6D | B5 | 1D | 28 | 0 | 1D | 101 | 21 | 39 |
| Octal | 201 | 155 | 265 | 35 | 50 | 0 | 35 | 401 | 41 | 71 |
| Binary | 10000001 | 1101101 | 10110101 | 11101 | 101000 | 0 | 11101 | 100000001 | 100001 | 111001 |
Color Harmonies of #816DB5
Complementary color
Monochromatic Colors of #816DB5
Black with #816DB5
Text Example
Text Example
White with #816DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816DB5; }
p { color: rgb(129,109,181); }
H1.HeaderClassName
{
color: #816DB5;
}
.AnyTagClassName
{
color: #816DB5;
}
</style>
background-color css
<style>
a { background-color: #816DB5; }
a { background-color: rgb(129,109,181); }
div.DivClassName
{
background-color: #816DB5;
}
.BgClassName
{
background-color: #816DB5;
}
</style>
border-color css
<style>
span { border-color: #816DB5; }
span { border-color: rgb(129,109,181); }
td.TdClassName
{
border-color: #816DB5;
}
.TagClassName
{
border-color: #816DB5;
}
</style>