Shades of Deluge #8C7AAD
Tints of Deluge #8C7AAD
RGB
CMYK
RGB Variations
Color information
#8C7AAD (or 0x8C7AAD) is known color: Deluge. HEX triplet: 8C, 7A and AD. RGB value is (140,122,173). Sum of RGB (Red+Green+Blue) = 140+122+173=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C7AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7AAD is #738552. Grayscale: #858585. Windows color (decimal): -7570771 or 11369100. OLE color: 11369100.
HSL color Cylindrical-coordinate representation of color #8C7AAD: hue angle of 261.18º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C7AAD is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 122 | 173 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.32 |
| HSL | 261.18º | 0.24% | 0.58% | - |
| HSV(B) | 261.18º | 0.29% | 0.68% | - |
| XYZ | 25.32 | 22.51 | 42.55 | - |
| YUV | 133.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 173 | 0.19 | 0.29 | 0 | 0.32 | 261.18 | 0.24 | 0.58 |
| Hex | 8C | 7A | AD | 13 | 1D | 0 | 20 | 105 | 18 | 3A |
| Octal | 214 | 172 | 255 | 23 | 35 | 0 | 40 | 405 | 30 | 72 |
| Binary | 10001100 | 1111010 | 10101101 | 10011 | 11101 | 0 | 100000 | 100000101 | 11000 | 111010 |
Color Harmonies of #8C7AAD
Complementary color
Monochromatic Colors of #8C7AAD
Black with #8C7AAD
Text Example
Text Example
White with #8C7AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7AAD; }
p { color: rgb(140,122,173); }
H1.HeaderClassName
{
color: #8C7AAD;
}
.AnyTagClassName
{
color: #8C7AAD;
}
</style>
background-color css
<style>
a { background-color: #8C7AAD; }
a { background-color: rgb(140,122,173); }
div.DivClassName
{
background-color: #8C7AAD;
}
.BgClassName
{
background-color: #8C7AAD;
}
</style>
border-color css
<style>
span { border-color: #8C7AAD; }
span { border-color: rgb(140,122,173); }
td.TdClassName
{
border-color: #8C7AAD;
}
.TagClassName
{
border-color: #8C7AAD;
}
</style>