Shades of Deluge #8977AA
Tints of Deluge #8977AA
RGB
CMYK
RGB Variations
Color information
#8977AA (or 0x8977AA) is known color: Deluge. HEX triplet: 89, 77 and AA. RGB value is (137,119,170). Sum of RGB (Red+Green+Blue) = 137+119+170=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #8977AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8977AA is #768855. Grayscale: #828282. Windows color (decimal): -7768150 or 11171721. OLE color: 11171721.
HSL color Cylindrical-coordinate representation of color #8977AA: hue angle of 261.18º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8977AA is Cyan = 0.19, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 119 | 170 | - |
| CMYK | 0.19 | 0.3 | 0 | 0.33 |
| HSL | 261.18º | 0.23% | 0.57% | - |
| HSV(B) | 261.18º | 0.3% | 0.67% | - |
| XYZ | 24.17 | 21.41 | 40.89 | - |
| YUV | 130.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 119 | 170 | 0.19 | 0.3 | 0 | 0.33 | 261.18 | 0.23 | 0.57 |
| Hex | 89 | 77 | AA | 13 | 1E | 0 | 21 | 105 | 17 | 39 |
| Octal | 211 | 167 | 252 | 23 | 36 | 0 | 41 | 405 | 27 | 71 |
| Binary | 10001001 | 1110111 | 10101010 | 10011 | 11110 | 0 | 100001 | 100000101 | 10111 | 111001 |
Color Harmonies of #8977AA
Complementary color
Monochromatic Colors of #8977AA
Black with #8977AA
Text Example
Text Example
White with #8977AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8977AA; }
p { color: rgb(137,119,170); }
H1.HeaderClassName
{
color: #8977AA;
}
.AnyTagClassName
{
color: #8977AA;
}
</style>
background-color css
<style>
a { background-color: #8977AA; }
a { background-color: rgb(137,119,170); }
div.DivClassName
{
background-color: #8977AA;
}
.BgClassName
{
background-color: #8977AA;
}
</style>
border-color css
<style>
span { border-color: #8977AA; }
span { border-color: rgb(137,119,170); }
td.TdClassName
{
border-color: #8977AA;
}
.TagClassName
{
border-color: #8977AA;
}
</style>