Shades of Deluge #8D7CAC
Tints of Deluge #8D7CAC
RGB
CMYK
RGB Variations
Color information
#8D7CAC (or 0x8D7CAC) is known color: Deluge. HEX triplet: 8D, 7C and AC. RGB value is (141,124,172). Sum of RGB (Red+Green+Blue) = 141+124+172=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D7CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7CAC is #728353. Grayscale: #868686. Windows color (decimal): -7504724 or 11304077. OLE color: 11304077.
HSL color Cylindrical-coordinate representation of color #8D7CAC: hue angle of 261.25º degrees, saturation: 0.22, 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 #8D7CAC is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 124 | 172 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.33 |
| HSL | 261.25º | 0.22% | 0.58% | - |
| HSV(B) | 261.25º | 0.28% | 0.67% | - |
| XYZ | 25.64 | 23.06 | 42.13 | - |
| YUV | 134.56 | 149.13 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 124 | 172 | 0.18 | 0.28 | 0 | 0.33 | 261.25 | 0.22 | 0.58 |
| Hex | 8D | 7C | AC | 12 | 1C | 0 | 21 | 105 | 16 | 3A |
| Octal | 215 | 174 | 254 | 22 | 34 | 0 | 41 | 405 | 26 | 72 |
| Binary | 10001101 | 1111100 | 10101100 | 10010 | 11100 | 0 | 100001 | 100000101 | 10110 | 111010 |
Color Harmonies of #8D7CAC
Complementary color
Monochromatic Colors of #8D7CAC
Black with #8D7CAC
Text Example
Text Example
White with #8D7CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7CAC; }
p { color: rgb(141,124,172); }
H1.HeaderClassName
{
color: #8D7CAC;
}
.AnyTagClassName
{
color: #8D7CAC;
}
</style>
background-color css
<style>
a { background-color: #8D7CAC; }
a { background-color: rgb(141,124,172); }
div.DivClassName
{
background-color: #8D7CAC;
}
.BgClassName
{
background-color: #8D7CAC;
}
</style>
border-color css
<style>
span { border-color: #8D7CAC; }
span { border-color: rgb(141,124,172); }
td.TdClassName
{
border-color: #8D7CAC;
}
.TagClassName
{
border-color: #8D7CAC;
}
</style>