Shades of Deluge #8981AA
Tints of Deluge #8981AA
RGB
CMYK
RGB Variations
Color information
#8981AA (or 0x8981AA) is known color: Deluge. HEX triplet: 89, 81 and AA. RGB value is (137,129,170). Sum of RGB (Red+Green+Blue) = 137+129+170=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #8981AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8981AA is #767E55. Grayscale: #878787. Windows color (decimal): -7765590 or 11174281. OLE color: 11174281.
HSL color Cylindrical-coordinate representation of color #8981AA: hue angle of 251.71º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8981AA is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 129 | 170 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.33 |
| HSL | 251.71º | 0.19% | 0.59% | - |
| HSV(B) | 251.71º | 0.24% | 0.67% | - |
| XYZ | 25.42 | 23.92 | 41.31 | - |
| YUV | 136.07 | 147.15 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 129 | 170 | 0.19 | 0.24 | 0 | 0.33 | 251.71 | 0.19 | 0.59 |
| Hex | 89 | 81 | AA | 13 | 18 | 0 | 21 | FC | 13 | 3B |
| Octal | 211 | 201 | 252 | 23 | 30 | 0 | 41 | 374 | 23 | 73 |
| Binary | 10001001 | 10000001 | 10101010 | 10011 | 11000 | 0 | 100001 | 11111100 | 10011 | 111011 |
Color Harmonies of #8981AA
Complementary color
Monochromatic Colors of #8981AA
Black with #8981AA
Text Example
Text Example
White with #8981AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8981AA; }
p { color: rgb(137,129,170); }
H1.HeaderClassName
{
color: #8981AA;
}
.AnyTagClassName
{
color: #8981AA;
}
</style>
background-color css
<style>
a { background-color: #8981AA; }
a { background-color: rgb(137,129,170); }
div.DivClassName
{
background-color: #8981AA;
}
.BgClassName
{
background-color: #8981AA;
}
</style>
border-color css
<style>
span { border-color: #8981AA; }
span { border-color: rgb(137,129,170); }
td.TdClassName
{
border-color: #8981AA;
}
.TagClassName
{
border-color: #8981AA;
}
</style>