Shades of Deluge #8C7AAA
Tints of Deluge #8C7AAA
RGB
CMYK
RGB Variations
Color information
#8C7AAA (or 0x8C7AAA) is known color: Deluge. HEX triplet: 8C, 7A and AA. RGB value is (140,122,170). Sum of RGB (Red+Green+Blue) = 140+122+170=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C7AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7AAA is #738555. Grayscale: #848484. Windows color (decimal): -7570774 or 11172492. OLE color: 11172492.
HSL color Cylindrical-coordinate representation of color #8C7AAA: hue angle of 262.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C7AAA is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 122 | 170 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.33 |
| HSL | 262.5º | 0.22% | 0.57% | - |
| HSV(B) | 262.5º | 0.28% | 0.67% | - |
| XYZ | 25.03 | 22.4 | 41.03 | - |
| YUV | 132.85 | 148.96 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 170 | 0.18 | 0.28 | 0 | 0.33 | 262.5 | 0.22 | 0.57 |
| Hex | 8C | 7A | AA | 12 | 1C | 0 | 21 | 106 | 16 | 39 |
| Octal | 214 | 172 | 252 | 22 | 34 | 0 | 41 | 406 | 26 | 71 |
| Binary | 10001100 | 1111010 | 10101010 | 10010 | 11100 | 0 | 100001 | 100000110 | 10110 | 111001 |
Color Harmonies of #8C7AAA
Complementary color
Monochromatic Colors of #8C7AAA
Black with #8C7AAA
Text Example
Text Example
White with #8C7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7AAA; }
p { color: rgb(140,122,170); }
H1.HeaderClassName
{
color: #8C7AAA;
}
.AnyTagClassName
{
color: #8C7AAA;
}
</style>
background-color css
<style>
a { background-color: #8C7AAA; }
a { background-color: rgb(140,122,170); }
div.DivClassName
{
background-color: #8C7AAA;
}
.BgClassName
{
background-color: #8C7AAA;
}
</style>
border-color css
<style>
span { border-color: #8C7AAA; }
span { border-color: rgb(140,122,170); }
td.TdClassName
{
border-color: #8C7AAA;
}
.TagClassName
{
border-color: #8C7AAA;
}
</style>