Shades of Deluge #896FB2
Tints of Deluge #896FB2
RGB
CMYK
RGB Variations
Color information
#896FB2 (or 0x896FB2) is known color: Deluge. HEX triplet: 89, 6F and B2. RGB value is (137,111,178). Sum of RGB (Red+Green+Blue) = 137+111+178=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 178 - color contains mainly: blue. Hex color #896FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896FB2 is #76904D. Grayscale: #7E7E7E. Windows color (decimal): -7770190 or 11693961. OLE color: 11693961.
HSL color Cylindrical-coordinate representation of color #896FB2: hue angle of 263.28º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #896FB2 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 111 | 178 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.30 |
| HSL | 263.28º | 0.3% | 0.57% | - |
| HSV(B) | 263.28º | 0.38% | 0.7% | - |
| XYZ | 24.04 | 19.9 | 44.69 | - |
| YUV | 126.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 178 | 0.23 | 0.38 | 0 | 0.30 | 263.28 | 0.3 | 0.57 |
| Hex | 89 | 6F | B2 | 17 | 26 | 0 | 1E | 107 | 1E | 39 |
| Octal | 211 | 157 | 262 | 27 | 46 | 0 | 36 | 407 | 36 | 71 |
| Binary | 10001001 | 1101111 | 10110010 | 10111 | 100110 | 0 | 11110 | 100000111 | 11110 | 111001 |
Color Harmonies of #896FB2
Complementary color
Monochromatic Colors of #896FB2
Black with #896FB2
Text Example
Text Example
White with #896FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896FB2; }
p { color: rgb(137,111,178); }
H1.HeaderClassName
{
color: #896FB2;
}
.AnyTagClassName
{
color: #896FB2;
}
</style>
background-color css
<style>
a { background-color: #896FB2; }
a { background-color: rgb(137,111,178); }
div.DivClassName
{
background-color: #896FB2;
}
.BgClassName
{
background-color: #896FB2;
}
</style>
border-color css
<style>
span { border-color: #896FB2; }
span { border-color: rgb(137,111,178); }
td.TdClassName
{
border-color: #896FB2;
}
.TagClassName
{
border-color: #896FB2;
}
</style>