Shades of Deluge #8D7EAA
Tints of Deluge #8D7EAA
RGB
CMYK
RGB Variations
Color information
#8D7EAA (or 0x8D7EAA) is known color: Deluge. HEX triplet: 8D, 7E and AA. RGB value is (141,126,170). Sum of RGB (Red+Green+Blue) = 141+126+170=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D7EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7EAA is #728155. Grayscale: #878787. Windows color (decimal): -7504214 or 11173517. OLE color: 11173517.
HSL color Cylindrical-coordinate representation of color #8D7EAA: hue angle of 260.45º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D7EAA is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 126 | 170 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.33 |
| HSL | 260.45º | 0.21% | 0.58% | - |
| HSV(B) | 260.45º | 0.26% | 0.67% | - |
| XYZ | 25.7 | 23.49 | 41.21 | - |
| YUV | 135.5 | 147.47 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 170 | 0.17 | 0.26 | 0 | 0.33 | 260.45 | 0.21 | 0.58 |
| Hex | 8D | 7E | AA | 11 | 1A | 0 | 21 | 104 | 15 | 3A |
| Octal | 215 | 176 | 252 | 21 | 32 | 0 | 41 | 404 | 25 | 72 |
| Binary | 10001101 | 1111110 | 10101010 | 10001 | 11010 | 0 | 100001 | 100000100 | 10101 | 111010 |
Color Harmonies of #8D7EAA
Complementary color
Monochromatic Colors of #8D7EAA
Black with #8D7EAA
Text Example
Text Example
White with #8D7EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7EAA; }
p { color: rgb(141,126,170); }
H1.HeaderClassName
{
color: #8D7EAA;
}
.AnyTagClassName
{
color: #8D7EAA;
}
</style>
background-color css
<style>
a { background-color: #8D7EAA; }
a { background-color: rgb(141,126,170); }
div.DivClassName
{
background-color: #8D7EAA;
}
.BgClassName
{
background-color: #8D7EAA;
}
</style>
border-color css
<style>
span { border-color: #8D7EAA; }
span { border-color: rgb(141,126,170); }
td.TdClassName
{
border-color: #8D7EAA;
}
.TagClassName
{
border-color: #8D7EAA;
}
</style>