Shades of Deluge #816FAF
Tints of Deluge #816FAF
RGB
CMYK
RGB Variations
Color information
#816FAF (or 0x816FAF) is known color: Deluge. HEX triplet: 81, 6F and AF. RGB value is (129,111,175). Sum of RGB (Red+Green+Blue) = 129+111+175=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #816FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816FAF is #7E9050. Grayscale: #7B7B7B. Windows color (decimal): -8294481 or 11497345. OLE color: 11497345.
HSL color Cylindrical-coordinate representation of color #816FAF: hue angle of 256.88º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #816FAF is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 111 | 175 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.31 |
| HSL | 256.88º | 0.29% | 0.56% | - |
| HSV(B) | 256.88º | 0.37% | 0.69% | - |
| XYZ | 22.48 | 19.13 | 43.07 | - |
| YUV | 123.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 175 | 0.26 | 0.37 | 0 | 0.31 | 256.88 | 0.29 | 0.56 |
| Hex | 81 | 6F | AF | 1A | 25 | 0 | 1F | 101 | 1D | 38 |
| Octal | 201 | 157 | 257 | 32 | 45 | 0 | 37 | 401 | 35 | 70 |
| Binary | 10000001 | 1101111 | 10101111 | 11010 | 100101 | 0 | 11111 | 100000001 | 11101 | 111000 |
Color Harmonies of #816FAF
Complementary color
Monochromatic Colors of #816FAF
Black with #816FAF
Text Example
Text Example
White with #816FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816FAF; }
p { color: rgb(129,111,175); }
H1.HeaderClassName
{
color: #816FAF;
}
.AnyTagClassName
{
color: #816FAF;
}
</style>
background-color css
<style>
a { background-color: #816FAF; }
a { background-color: rgb(129,111,175); }
div.DivClassName
{
background-color: #816FAF;
}
.BgClassName
{
background-color: #816FAF;
}
</style>
border-color css
<style>
span { border-color: #816FAF; }
span { border-color: rgb(129,111,175); }
td.TdClassName
{
border-color: #816FAF;
}
.TagClassName
{
border-color: #816FAF;
}
</style>