Shades of True V #896DBC
Tints of True V #896DBC
RGB
CMYK
RGB Variations
Color information
#896DBC (or 0x896DBC) is known color: True V. HEX triplet: 89, 6D and BC. RGB value is (137,109,188). Sum of RGB (Red+Green+Blue) = 137+109+188=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #896DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896DBC is #769243. Grayscale: #7E7E7E. Windows color (decimal): -7770692 or 12348809. OLE color: 12348809.
HSL color Cylindrical-coordinate representation of color #896DBC: hue angle of 261.27º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #896DBC is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 109 | 188 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.26 |
| HSL | 261.27º | 0.37% | 0.58% | - |
| HSV(B) | 261.27º | 0.42% | 0.74% | - |
| XYZ | 24.86 | 19.89 | 50.11 | - |
| YUV | 126.38 | 162.78 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 188 | 0.27 | 0.42 | 0 | 0.26 | 261.27 | 0.37 | 0.58 |
| Hex | 89 | 6D | BC | 1B | 2A | 0 | 1A | 105 | 25 | 3A |
| Octal | 211 | 155 | 274 | 33 | 52 | 0 | 32 | 405 | 45 | 72 |
| Binary | 10001001 | 1101101 | 10111100 | 11011 | 101010 | 0 | 11010 | 100000101 | 100101 | 111010 |
Color Harmonies of #896DBC
Complementary color
Monochromatic Colors of #896DBC
Black with #896DBC
Text Example
Text Example
White with #896DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896DBC; }
p { color: rgb(137,109,188); }
H1.HeaderClassName
{
color: #896DBC;
}
.AnyTagClassName
{
color: #896DBC;
}
</style>
background-color css
<style>
a { background-color: #896DBC; }
a { background-color: rgb(137,109,188); }
div.DivClassName
{
background-color: #896DBC;
}
.BgClassName
{
background-color: #896DBC;
}
</style>
border-color css
<style>
span { border-color: #896DBC; }
span { border-color: rgb(137,109,188); }
td.TdClassName
{
border-color: #896DBC;
}
.TagClassName
{
border-color: #896DBC;
}
</style>