Shades of Deluge #896DAA
Tints of Deluge #896DAA
RGB
CMYK
RGB Variations
Color information
#896DAA (or 0x896DAA) is known color: Deluge. HEX triplet: 89, 6D and AA. RGB value is (137,109,170). Sum of RGB (Red+Green+Blue) = 137+109+170=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #896DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896DAA is #769255. Grayscale: #7C7C7C. Windows color (decimal): -7770710 or 11169161. OLE color: 11169161.
HSL color Cylindrical-coordinate representation of color #896DAA: hue angle of 267.54º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #896DAA is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 109 | 170 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.33 |
| HSL | 267.54º | 0.26% | 0.55% | - |
| HSV(B) | 267.54º | 0.36% | 0.67% | - |
| XYZ | 23.04 | 19.16 | 40.51 | - |
| YUV | 124.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 170 | 0.19 | 0.36 | 0 | 0.33 | 267.54 | 0.26 | 0.55 |
| Hex | 89 | 6D | AA | 13 | 24 | 0 | 21 | 10C | 1A | 37 |
| Octal | 211 | 155 | 252 | 23 | 44 | 0 | 41 | 414 | 32 | 67 |
| Binary | 10001001 | 1101101 | 10101010 | 10011 | 100100 | 0 | 100001 | 100001100 | 11010 | 110111 |
Color Harmonies of #896DAA
Complementary color
Monochromatic Colors of #896DAA
Black with #896DAA
Text Example
Text Example
White with #896DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896DAA; }
p { color: rgb(137,109,170); }
H1.HeaderClassName
{
color: #896DAA;
}
.AnyTagClassName
{
color: #896DAA;
}
</style>
background-color css
<style>
a { background-color: #896DAA; }
a { background-color: rgb(137,109,170); }
div.DivClassName
{
background-color: #896DAA;
}
.BgClassName
{
background-color: #896DAA;
}
</style>
border-color css
<style>
span { border-color: #896DAA; }
span { border-color: rgb(137,109,170); }
td.TdClassName
{
border-color: #896DAA;
}
.TagClassName
{
border-color: #896DAA;
}
</style>