Shades of Deluge #8D7DAB
Tints of Deluge #8D7DAB
RGB
CMYK
RGB Variations
Color information
#8D7DAB (or 0x8D7DAB) is known color: Deluge. HEX triplet: 8D, 7D and AB. RGB value is (141,125,171). Sum of RGB (Red+Green+Blue) = 141+125+171=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D7DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7DAB is #728254. Grayscale: #868686. Windows color (decimal): -7504469 or 11238797. OLE color: 11238797.
HSL color Cylindrical-coordinate representation of color #8D7DAB: hue angle of 260.87º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D7DAB is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 125 | 171 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.33 |
| HSL | 260.87º | 0.21% | 0.58% | - |
| HSV(B) | 260.87º | 0.27% | 0.67% | - |
| XYZ | 25.67 | 23.27 | 41.67 | - |
| YUV | 135.03 | 148.3 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 125 | 171 | 0.18 | 0.27 | 0 | 0.33 | 260.87 | 0.21 | 0.58 |
| Hex | 8D | 7D | AB | 12 | 1B | 0 | 21 | 105 | 15 | 3A |
| Octal | 215 | 175 | 253 | 22 | 33 | 0 | 41 | 405 | 25 | 72 |
| Binary | 10001101 | 1111101 | 10101011 | 10010 | 11011 | 0 | 100001 | 100000101 | 10101 | 111010 |
Color Harmonies of #8D7DAB
Complementary color
Monochromatic Colors of #8D7DAB
Black with #8D7DAB
Text Example
Text Example
White with #8D7DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7DAB; }
p { color: rgb(141,125,171); }
H1.HeaderClassName
{
color: #8D7DAB;
}
.AnyTagClassName
{
color: #8D7DAB;
}
</style>
background-color css
<style>
a { background-color: #8D7DAB; }
a { background-color: rgb(141,125,171); }
div.DivClassName
{
background-color: #8D7DAB;
}
.BgClassName
{
background-color: #8D7DAB;
}
</style>
border-color css
<style>
span { border-color: #8D7DAB; }
span { border-color: rgb(141,125,171); }
td.TdClassName
{
border-color: #8D7DAB;
}
.TagClassName
{
border-color: #8D7DAB;
}
</style>