Shades of Deluge #896EAC
Tints of Deluge #896EAC
RGB
CMYK
RGB Variations
Color information
#896EAC (or 0x896EAC) is known color: Deluge. HEX triplet: 89, 6E and AC. RGB value is (137,110,172). Sum of RGB (Red+Green+Blue) = 137+110+172=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #896EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896EAC is #769153. Grayscale: #7C7C7C. Windows color (decimal): -7770452 or 11300489. OLE color: 11300489.
HSL color Cylindrical-coordinate representation of color #896EAC: hue angle of 266.13º degrees, saturation: 0.27, 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 #896EAC is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 110 | 172 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.33 |
| HSL | 266.13º | 0.27% | 0.55% | - |
| HSV(B) | 266.13º | 0.36% | 0.67% | - |
| XYZ | 23.34 | 19.45 | 41.55 | - |
| YUV | 125.14 | 154.45 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 110 | 172 | 0.20 | 0.36 | 0 | 0.33 | 266.13 | 0.27 | 0.55 |
| Hex | 89 | 6E | AC | 14 | 24 | 0 | 21 | 10A | 1B | 37 |
| Octal | 211 | 156 | 254 | 24 | 44 | 0 | 41 | 412 | 33 | 67 |
| Binary | 10001001 | 1101110 | 10101100 | 10100 | 100100 | 0 | 100001 | 100001010 | 11011 | 110111 |
Color Harmonies of #896EAC
Complementary color
Monochromatic Colors of #896EAC
Black with #896EAC
Text Example
Text Example
White with #896EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896EAC; }
p { color: rgb(137,110,172); }
H1.HeaderClassName
{
color: #896EAC;
}
.AnyTagClassName
{
color: #896EAC;
}
</style>
background-color css
<style>
a { background-color: #896EAC; }
a { background-color: rgb(137,110,172); }
div.DivClassName
{
background-color: #896EAC;
}
.BgClassName
{
background-color: #896EAC;
}
</style>
border-color css
<style>
span { border-color: #896EAC; }
span { border-color: rgb(137,110,172); }
td.TdClassName
{
border-color: #896EAC;
}
.TagClassName
{
border-color: #896EAC;
}
</style>