Shades of Deluge #896DB2
Tints of Deluge #896DB2
RGB
CMYK
RGB Variations
Color information
#896DB2 (or 0x896DB2) is known color: Deluge. HEX triplet: 89, 6D and B2. RGB value is (137,109,178). Sum of RGB (Red+Green+Blue) = 137+109+178=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 178 - color contains mainly: blue. Hex color #896DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896DB2 is #76924D. Grayscale: #7C7C7C. Windows color (decimal): -7770702 or 11693449. OLE color: 11693449.
HSL color Cylindrical-coordinate representation of color #896DB2: hue angle of 264.35º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #896DB2 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 109 | 178 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.30 |
| HSL | 264.35º | 0.31% | 0.56% | - |
| HSV(B) | 264.35º | 0.39% | 0.7% | - |
| XYZ | 23.82 | 19.47 | 44.62 | - |
| YUV | 125.24 | 157.78 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 178 | 0.23 | 0.39 | 0 | 0.30 | 264.35 | 0.31 | 0.56 |
| Hex | 89 | 6D | B2 | 17 | 27 | 0 | 1E | 108 | 1F | 38 |
| Octal | 211 | 155 | 262 | 27 | 47 | 0 | 36 | 410 | 37 | 70 |
| Binary | 10001001 | 1101101 | 10110010 | 10111 | 100111 | 0 | 11110 | 100001000 | 11111 | 111000 |
Color Harmonies of #896DB2
Complementary color
Monochromatic Colors of #896DB2
Black with #896DB2
Text Example
Text Example
White with #896DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896DB2; }
p { color: rgb(137,109,178); }
H1.HeaderClassName
{
color: #896DB2;
}
.AnyTagClassName
{
color: #896DB2;
}
</style>
background-color css
<style>
a { background-color: #896DB2; }
a { background-color: rgb(137,109,178); }
div.DivClassName
{
background-color: #896DB2;
}
.BgClassName
{
background-color: #896DB2;
}
</style>
border-color css
<style>
span { border-color: #896DB2; }
span { border-color: rgb(137,109,178); }
td.TdClassName
{
border-color: #896DB2;
}
.TagClassName
{
border-color: #896DB2;
}
</style>