Shades of Deluge #8C7AAE
Tints of Deluge #8C7AAE
RGB
CMYK
RGB Variations
Color information
#8C7AAE (or 0x8C7AAE) is known color: Deluge. HEX triplet: 8C, 7A and AE. RGB value is (140,122,174). Sum of RGB (Red+Green+Blue) = 140+122+174=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C7AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7AAE is #738551. Grayscale: #858585. Windows color (decimal): -7570770 or 11434636. OLE color: 11434636.
HSL color Cylindrical-coordinate representation of color #8C7AAE: hue angle of 260.77º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C7AAE is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 122 | 174 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.32 |
| HSL | 260.77º | 0.24% | 0.58% | - |
| HSV(B) | 260.77º | 0.3% | 0.68% | - |
| XYZ | 25.41 | 22.55 | 43.06 | - |
| YUV | 133.31 | 150.96 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 174 | 0.20 | 0.30 | 0 | 0.32 | 260.77 | 0.24 | 0.58 |
| Hex | 8C | 7A | AE | 14 | 1E | 0 | 20 | 105 | 18 | 3A |
| Octal | 214 | 172 | 256 | 24 | 36 | 0 | 40 | 405 | 30 | 72 |
| Binary | 10001100 | 1111010 | 10101110 | 10100 | 11110 | 0 | 100000 | 100000101 | 11000 | 111010 |
Color Harmonies of #8C7AAE
Complementary color
Monochromatic Colors of #8C7AAE
Black with #8C7AAE
Text Example
Text Example
White with #8C7AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7AAE; }
p { color: rgb(140,122,174); }
H1.HeaderClassName
{
color: #8C7AAE;
}
.AnyTagClassName
{
color: #8C7AAE;
}
</style>
background-color css
<style>
a { background-color: #8C7AAE; }
a { background-color: rgb(140,122,174); }
div.DivClassName
{
background-color: #8C7AAE;
}
.BgClassName
{
background-color: #8C7AAE;
}
</style>
border-color css
<style>
span { border-color: #8C7AAE; }
span { border-color: rgb(140,122,174); }
td.TdClassName
{
border-color: #8C7AAE;
}
.TagClassName
{
border-color: #8C7AAE;
}
</style>