Shades of Deluge #89759F
Tints of Deluge #89759F
RGB
CMYK
RGB Variations
Color information
#89759F (or 0x89759F) is known color: Deluge. HEX triplet: 89, 75 and 9F. RGB value is (137,117,159). Sum of RGB (Red+Green+Blue) = 137+117+159=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 159 - color contains mainly: blue. Hex color #89759F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89759F is #768A60. Grayscale: #7F7F7F. Windows color (decimal): -7768673 or 10450313. OLE color: 10450313.
HSL color Cylindrical-coordinate representation of color #89759F: hue angle of 268.57º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89759F is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 117 | 159 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.38 |
| HSL | 268.57º | 0.18% | 0.54% | - |
| HSV(B) | 268.57º | 0.26% | 0.62% | - |
| XYZ | 22.94 | 20.54 | 35.56 | - |
| YUV | 127.77 | 145.63 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 117 | 159 | 0.14 | 0.26 | 0 | 0.38 | 268.57 | 0.18 | 0.54 |
| Hex | 89 | 75 | 9F | E | 1A | 0 | 26 | 10D | 12 | 36 |
| Octal | 211 | 165 | 237 | 16 | 32 | 0 | 46 | 415 | 22 | 66 |
| Binary | 10001001 | 1110101 | 10011111 | 1110 | 11010 | 0 | 100110 | 100001101 | 10010 | 110110 |
Color Harmonies of #89759F
Complementary color
Monochromatic Colors of #89759F
Black with #89759F
Text Example
Text Example
White with #89759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89759F; }
p { color: rgb(137,117,159); }
H1.HeaderClassName
{
color: #89759F;
}
.AnyTagClassName
{
color: #89759F;
}
</style>
background-color css
<style>
a { background-color: #89759F; }
a { background-color: rgb(137,117,159); }
div.DivClassName
{
background-color: #89759F;
}
.BgClassName
{
background-color: #89759F;
}
</style>
border-color css
<style>
span { border-color: #89759F; }
span { border-color: rgb(137,117,159); }
td.TdClassName
{
border-color: #89759F;
}
.TagClassName
{
border-color: #89759F;
}
</style>