Shades of Deluge #8D7EAE
Tints of Deluge #8D7EAE
RGB
CMYK
RGB Variations
Color information
#8D7EAE (or 0x8D7EAE) is known color: Deluge. HEX triplet: 8D, 7E and AE. RGB value is (141,126,174). Sum of RGB (Red+Green+Blue) = 141+126+174=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D7EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7EAE is #728151. Grayscale: #878787. Windows color (decimal): -7504210 or 11435661. OLE color: 11435661.
HSL color Cylindrical-coordinate representation of color #8D7EAE: hue angle of 258.75º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D7EAE is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 126 | 174 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.32 |
| HSL | 258.75º | 0.23% | 0.59% | - |
| HSV(B) | 258.75º | 0.28% | 0.68% | - |
| XYZ | 26.09 | 23.64 | 43.23 | - |
| YUV | 135.96 | 149.47 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 174 | 0.19 | 0.28 | 0 | 0.32 | 258.75 | 0.23 | 0.59 |
| Hex | 8D | 7E | AE | 13 | 1C | 0 | 20 | 103 | 17 | 3B |
| Octal | 215 | 176 | 256 | 23 | 34 | 0 | 40 | 403 | 27 | 73 |
| Binary | 10001101 | 1111110 | 10101110 | 10011 | 11100 | 0 | 100000 | 100000011 | 10111 | 111011 |
Color Harmonies of #8D7EAE
Complementary color
Monochromatic Colors of #8D7EAE
Black with #8D7EAE
Text Example
Text Example
White with #8D7EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7EAE; }
p { color: rgb(141,126,174); }
H1.HeaderClassName
{
color: #8D7EAE;
}
.AnyTagClassName
{
color: #8D7EAE;
}
</style>
background-color css
<style>
a { background-color: #8D7EAE; }
a { background-color: rgb(141,126,174); }
div.DivClassName
{
background-color: #8D7EAE;
}
.BgClassName
{
background-color: #8D7EAE;
}
</style>
border-color css
<style>
span { border-color: #8D7EAE; }
span { border-color: rgb(141,126,174); }
td.TdClassName
{
border-color: #8D7EAE;
}
.TagClassName
{
border-color: #8D7EAE;
}
</style>