Shades of Deluge #886DAD
Tints of Deluge #886DAD
RGB
CMYK
RGB Variations
Color information
#886DAD (or 0x886DAD) is known color: Deluge. HEX triplet: 88, 6D and AD. RGB value is (136,109,173). Sum of RGB (Red+Green+Blue) = 136+109+173=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #886DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886DAD is #779252. Grayscale: #7C7C7C. Windows color (decimal): -7836243 or 11365768. OLE color: 11365768.
HSL color Cylindrical-coordinate representation of color #886DAD: hue angle of 265.31º 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 #886DAD is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 109 | 173 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.32 |
| HSL | 265.31º | 0.28% | 0.55% | - |
| HSV(B) | 265.31º | 0.37% | 0.68% | - |
| XYZ | 23.16 | 19.19 | 42.02 | - |
| YUV | 124.37 | 155.45 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 173 | 0.21 | 0.37 | 0 | 0.32 | 265.31 | 0.28 | 0.55 |
| Hex | 88 | 6D | AD | 15 | 25 | 0 | 20 | 109 | 1C | 37 |
| Octal | 210 | 155 | 255 | 25 | 45 | 0 | 40 | 411 | 34 | 67 |
| Binary | 10001000 | 1101101 | 10101101 | 10101 | 100101 | 0 | 100000 | 100001001 | 11100 | 110111 |
Color Harmonies of #886DAD
Complementary color
Monochromatic Colors of #886DAD
Black with #886DAD
Text Example
Text Example
White with #886DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886DAD; }
p { color: rgb(136,109,173); }
H1.HeaderClassName
{
color: #886DAD;
}
.AnyTagClassName
{
color: #886DAD;
}
</style>
background-color css
<style>
a { background-color: #886DAD; }
a { background-color: rgb(136,109,173); }
div.DivClassName
{
background-color: #886DAD;
}
.BgClassName
{
background-color: #886DAD;
}
</style>
border-color css
<style>
span { border-color: #886DAD; }
span { border-color: rgb(136,109,173); }
td.TdClassName
{
border-color: #886DAD;
}
.TagClassName
{
border-color: #886DAD;
}
</style>