Shades of Deluge #8D7CAA
Tints of Deluge #8D7CAA
RGB
CMYK
RGB Variations
Color information
#8D7CAA (or 0x8D7CAA) is known color: Deluge. HEX triplet: 8D, 7C and AA. RGB value is (141,124,170). Sum of RGB (Red+Green+Blue) = 141+124+170=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D7CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7CAA is #728355. Grayscale: #868686. Windows color (decimal): -7504726 or 11173005. OLE color: 11173005.
HSL color Cylindrical-coordinate representation of color #8D7CAA: hue angle of 262.17º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D7CAA is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 124 | 170 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.33 |
| HSL | 262.17º | 0.21% | 0.58% | - |
| HSV(B) | 262.17º | 0.27% | 0.67% | - |
| XYZ | 25.45 | 22.98 | 41.12 | - |
| YUV | 134.33 | 148.13 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 124 | 170 | 0.17 | 0.27 | 0 | 0.33 | 262.17 | 0.21 | 0.58 |
| Hex | 8D | 7C | AA | 11 | 1B | 0 | 21 | 106 | 15 | 3A |
| Octal | 215 | 174 | 252 | 21 | 33 | 0 | 41 | 406 | 25 | 72 |
| Binary | 10001101 | 1111100 | 10101010 | 10001 | 11011 | 0 | 100001 | 100000110 | 10101 | 111010 |
Color Harmonies of #8D7CAA
Complementary color
Monochromatic Colors of #8D7CAA
Black with #8D7CAA
Text Example
Text Example
White with #8D7CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7CAA; }
p { color: rgb(141,124,170); }
H1.HeaderClassName
{
color: #8D7CAA;
}
.AnyTagClassName
{
color: #8D7CAA;
}
</style>
background-color css
<style>
a { background-color: #8D7CAA; }
a { background-color: rgb(141,124,170); }
div.DivClassName
{
background-color: #8D7CAA;
}
.BgClassName
{
background-color: #8D7CAA;
}
</style>
border-color css
<style>
span { border-color: #8D7CAA; }
span { border-color: rgb(141,124,170); }
td.TdClassName
{
border-color: #8D7CAA;
}
.TagClassName
{
border-color: #8D7CAA;
}
</style>