Shades of Deluge #866DA1
Tints of Deluge #866DA1
RGB
CMYK
RGB Variations
Color information
#866DA1 (or 0x866DA1) is known color: Deluge. HEX triplet: 86, 6D and A1. RGB value is (134,109,161). Sum of RGB (Red+Green+Blue) = 134+109+161=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 161 - color contains mainly: blue. Hex color #866DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866DA1 is #79925E. Grayscale: #7A7A7A. Windows color (decimal): -7967327 or 10579334. OLE color: 10579334.
HSL color Cylindrical-coordinate representation of color #866DA1: hue angle of 268.85º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #866DA1 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 109 | 161 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.37 |
| HSL | 268.85º | 0.22% | 0.53% | - |
| HSV(B) | 268.85º | 0.32% | 0.63% | - |
| XYZ | 21.73 | 18.58 | 36.16 | - |
| YUV | 122.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 161 | 0.17 | 0.32 | 0 | 0.37 | 268.85 | 0.22 | 0.53 |
| Hex | 86 | 6D | A1 | 11 | 20 | 0 | 25 | 10D | 16 | 35 |
| Octal | 206 | 155 | 241 | 21 | 40 | 0 | 45 | 415 | 26 | 65 |
| Binary | 10000110 | 1101101 | 10100001 | 10001 | 100000 | 0 | 100101 | 100001101 | 10110 | 110101 |
Color Harmonies of #866DA1
Complementary color
Monochromatic Colors of #866DA1
Black with #866DA1
Text Example
Text Example
White with #866DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866DA1; }
p { color: rgb(134,109,161); }
H1.HeaderClassName
{
color: #866DA1;
}
.AnyTagClassName
{
color: #866DA1;
}
</style>
background-color css
<style>
a { background-color: #866DA1; }
a { background-color: rgb(134,109,161); }
div.DivClassName
{
background-color: #866DA1;
}
.BgClassName
{
background-color: #866DA1;
}
</style>
border-color css
<style>
span { border-color: #866DA1; }
span { border-color: rgb(134,109,161); }
td.TdClassName
{
border-color: #866DA1;
}
.TagClassName
{
border-color: #866DA1;
}
</style>