Shades of Deluge #8976AA
Tints of Deluge #8976AA
RGB
CMYK
RGB Variations
Color information
#8976AA (or 0x8976AA) is known color: Deluge. HEX triplet: 89, 76 and AA. RGB value is (137,118,170). Sum of RGB (Red+Green+Blue) = 137+118+170=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #8976AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8976AA is #768955. Grayscale: #818181. Windows color (decimal): -7768406 or 11171465. OLE color: 11171465.
HSL color Cylindrical-coordinate representation of color #8976AA: hue angle of 261.92º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8976AA is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 118 | 170 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.33 |
| HSL | 261.92º | 0.23% | 0.56% | - |
| HSV(B) | 261.92º | 0.31% | 0.67% | - |
| XYZ | 24.05 | 21.18 | 40.85 | - |
| YUV | 129.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 118 | 170 | 0.19 | 0.31 | 0 | 0.33 | 261.92 | 0.23 | 0.56 |
| Hex | 89 | 76 | AA | 13 | 1F | 0 | 21 | 106 | 17 | 38 |
| Octal | 211 | 166 | 252 | 23 | 37 | 0 | 41 | 406 | 27 | 70 |
| Binary | 10001001 | 1110110 | 10101010 | 10011 | 11111 | 0 | 100001 | 100000110 | 10111 | 111000 |
Color Harmonies of #8976AA
Complementary color
Monochromatic Colors of #8976AA
Black with #8976AA
Text Example
Text Example
White with #8976AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8976AA; }
p { color: rgb(137,118,170); }
H1.HeaderClassName
{
color: #8976AA;
}
.AnyTagClassName
{
color: #8976AA;
}
</style>
background-color css
<style>
a { background-color: #8976AA; }
a { background-color: rgb(137,118,170); }
div.DivClassName
{
background-color: #8976AA;
}
.BgClassName
{
background-color: #8976AA;
}
</style>
border-color css
<style>
span { border-color: #8976AA; }
span { border-color: rgb(137,118,170); }
td.TdClassName
{
border-color: #8976AA;
}
.TagClassName
{
border-color: #8976AA;
}
</style>