Shades of Deluge #866DAD
Tints of Deluge #866DAD
RGB
CMYK
RGB Variations
Color information
#866DAD (or 0x866DAD) is known color: Deluge. HEX triplet: 86, 6D and AD. RGB value is (134,109,173). Sum of RGB (Red+Green+Blue) = 134+109+173=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #866DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866DAD is #799252. Grayscale: #7B7B7B. Windows color (decimal): -7967315 or 11365766. OLE color: 11365766.
HSL color Cylindrical-coordinate representation of color #866DAD: hue angle of 263.44º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #866DAD is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 109 | 173 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.32 |
| HSL | 263.44º | 0.28% | 0.55% | - |
| HSV(B) | 263.44º | 0.37% | 0.68% | - |
| XYZ | 22.84 | 19.02 | 42 | - |
| YUV | 123.77 | 155.78 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 173 | 0.23 | 0.37 | 0 | 0.32 | 263.44 | 0.28 | 0.55 |
| Hex | 86 | 6D | AD | 17 | 25 | 0 | 20 | 107 | 1C | 37 |
| Octal | 206 | 155 | 255 | 27 | 45 | 0 | 40 | 407 | 34 | 67 |
| Binary | 10000110 | 1101101 | 10101101 | 10111 | 100101 | 0 | 100000 | 100000111 | 11100 | 110111 |
Color Harmonies of #866DAD
Complementary color
Monochromatic Colors of #866DAD
Black with #866DAD
Text Example
Text Example
White with #866DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866DAD; }
p { color: rgb(134,109,173); }
H1.HeaderClassName
{
color: #866DAD;
}
.AnyTagClassName
{
color: #866DAD;
}
</style>
background-color css
<style>
a { background-color: #866DAD; }
a { background-color: rgb(134,109,173); }
div.DivClassName
{
background-color: #866DAD;
}
.BgClassName
{
background-color: #866DAD;
}
</style>
border-color css
<style>
span { border-color: #866DAD; }
span { border-color: rgb(134,109,173); }
td.TdClassName
{
border-color: #866DAD;
}
.TagClassName
{
border-color: #866DAD;
}
</style>