Shades of Deluge #816FA3
Tints of Deluge #816FA3
RGB
CMYK
RGB Variations
Color information
#816FA3 (or 0x816FA3) is known color: Deluge. HEX triplet: 81, 6F and A3. RGB value is (129,111,163). Sum of RGB (Red+Green+Blue) = 129+111+163=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 163 (64.06% from 255 or 40.45% from 403); Max value from RGB is 163 - color contains mainly: blue. Hex color #816FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816FA3 is #7E905C. Grayscale: #7A7A7A. Windows color (decimal): -8294493 or 10710913. OLE color: 10710913.
HSL color Cylindrical-coordinate representation of color #816FA3: hue angle of 260.77º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #816FA3 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 111 | 163 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.36 |
| HSL | 260.77º | 0.22% | 0.54% | - |
| HSV(B) | 260.77º | 0.32% | 0.64% | - |
| XYZ | 21.35 | 18.68 | 37.13 | - |
| YUV | 122.31 | 150.96 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 163 | 0.21 | 0.32 | 0 | 0.36 | 260.77 | 0.22 | 0.54 |
| Hex | 81 | 6F | A3 | 15 | 20 | 0 | 24 | 105 | 16 | 36 |
| Octal | 201 | 157 | 243 | 25 | 40 | 0 | 44 | 405 | 26 | 66 |
| Binary | 10000001 | 1101111 | 10100011 | 10101 | 100000 | 0 | 100100 | 100000101 | 10110 | 110110 |
Color Harmonies of #816FA3
Complementary color
Monochromatic Colors of #816FA3
Black with #816FA3
Text Example
Text Example
White with #816FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816FA3; }
p { color: rgb(129,111,163); }
H1.HeaderClassName
{
color: #816FA3;
}
.AnyTagClassName
{
color: #816FA3;
}
</style>
background-color css
<style>
a { background-color: #816FA3; }
a { background-color: rgb(129,111,163); }
div.DivClassName
{
background-color: #816FA3;
}
.BgClassName
{
background-color: #816FA3;
}
</style>
border-color css
<style>
span { border-color: #816FA3; }
span { border-color: rgb(129,111,163); }
td.TdClassName
{
border-color: #816FA3;
}
.TagClassName
{
border-color: #816FA3;
}
</style>