Shades of Deluge #8D7BAC
Tints of Deluge #8D7BAC
RGB
CMYK
RGB Variations
Color information
#8D7BAC (or 0x8D7BAC) is known color: Deluge. HEX triplet: 8D, 7B and AC. RGB value is (141,123,172). Sum of RGB (Red+Green+Blue) = 141+123+172=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D7BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7BAC is #728453. Grayscale: #858585. Windows color (decimal): -7504980 or 11303821. OLE color: 11303821.
HSL color Cylindrical-coordinate representation of color #8D7BAC: hue angle of 262.04º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D7BAC is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 123 | 172 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.33 |
| HSL | 262.04º | 0.23% | 0.58% | - |
| HSV(B) | 262.04º | 0.28% | 0.67% | - |
| XYZ | 25.51 | 22.81 | 42.09 | - |
| YUV | 133.97 | 149.46 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 123 | 172 | 0.18 | 0.28 | 0 | 0.33 | 262.04 | 0.23 | 0.58 |
| Hex | 8D | 7B | AC | 12 | 1C | 0 | 21 | 106 | 17 | 3A |
| Octal | 215 | 173 | 254 | 22 | 34 | 0 | 41 | 406 | 27 | 72 |
| Binary | 10001101 | 1111011 | 10101100 | 10010 | 11100 | 0 | 100001 | 100000110 | 10111 | 111010 |
Color Harmonies of #8D7BAC
Complementary color
Monochromatic Colors of #8D7BAC
Black with #8D7BAC
Text Example
Text Example
White with #8D7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7BAC; }
p { color: rgb(141,123,172); }
H1.HeaderClassName
{
color: #8D7BAC;
}
.AnyTagClassName
{
color: #8D7BAC;
}
</style>
background-color css
<style>
a { background-color: #8D7BAC; }
a { background-color: rgb(141,123,172); }
div.DivClassName
{
background-color: #8D7BAC;
}
.BgClassName
{
background-color: #8D7BAC;
}
</style>
border-color css
<style>
span { border-color: #8D7BAC; }
span { border-color: rgb(141,123,172); }
td.TdClassName
{
border-color: #8D7BAC;
}
.TagClassName
{
border-color: #8D7BAC;
}
</style>