Shades of Deluge #8D7EAD
Tints of Deluge #8D7EAD
RGB
CMYK
RGB Variations
Color information
#8D7EAD (or 0x8D7EAD) is known color: Deluge. HEX triplet: 8D, 7E and AD. RGB value is (141,126,173). Sum of RGB (Red+Green+Blue) = 141+126+173=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D7EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7EAD is #728152. Grayscale: #878787. Windows color (decimal): -7504211 or 11370125. OLE color: 11370125.
HSL color Cylindrical-coordinate representation of color #8D7EAD: hue angle of 259.15º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D7EAD is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 126 | 173 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.32 |
| HSL | 259.15º | 0.22% | 0.59% | - |
| HSV(B) | 259.15º | 0.27% | 0.68% | - |
| XYZ | 25.99 | 23.6 | 42.72 | - |
| YUV | 135.84 | 148.97 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 173 | 0.18 | 0.27 | 0 | 0.32 | 259.15 | 0.22 | 0.59 |
| Hex | 8D | 7E | AD | 12 | 1B | 0 | 20 | 103 | 16 | 3B |
| Octal | 215 | 176 | 255 | 22 | 33 | 0 | 40 | 403 | 26 | 73 |
| Binary | 10001101 | 1111110 | 10101101 | 10010 | 11011 | 0 | 100000 | 100000011 | 10110 | 111011 |
Color Harmonies of #8D7EAD
Complementary color
Monochromatic Colors of #8D7EAD
Black with #8D7EAD
Text Example
Text Example
White with #8D7EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7EAD; }
p { color: rgb(141,126,173); }
H1.HeaderClassName
{
color: #8D7EAD;
}
.AnyTagClassName
{
color: #8D7EAD;
}
</style>
background-color css
<style>
a { background-color: #8D7EAD; }
a { background-color: rgb(141,126,173); }
div.DivClassName
{
background-color: #8D7EAD;
}
.BgClassName
{
background-color: #8D7EAD;
}
</style>
border-color css
<style>
span { border-color: #8D7EAD; }
span { border-color: rgb(141,126,173); }
td.TdClassName
{
border-color: #8D7EAD;
}
.TagClassName
{
border-color: #8D7EAD;
}
</style>