Shades of True V #896DB9
Tints of True V #896DB9
RGB
CMYK
RGB Variations
Color information
#896DB9 (or 0x896DB9) is known color: True V. HEX triplet: 89, 6D and B9. RGB value is (137,109,185). Sum of RGB (Red+Green+Blue) = 137+109+185=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 185 - color contains mainly: blue. Hex color #896DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896DB9 is #769246. Grayscale: #7D7D7D. Windows color (decimal): -7770695 or 12152201. OLE color: 12152201.
HSL color Cylindrical-coordinate representation of color #896DB9: hue angle of 262.11º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #896DB9 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 109 | 185 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.27 |
| HSL | 262.11º | 0.35% | 0.58% | - |
| HSV(B) | 262.11º | 0.41% | 0.73% | - |
| XYZ | 24.54 | 19.76 | 48.42 | - |
| YUV | 126.04 | 161.28 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 185 | 0.26 | 0.41 | 0 | 0.27 | 262.11 | 0.35 | 0.58 |
| Hex | 89 | 6D | B9 | 1A | 29 | 0 | 1B | 106 | 23 | 3A |
| Octal | 211 | 155 | 271 | 32 | 51 | 0 | 33 | 406 | 43 | 72 |
| Binary | 10001001 | 1101101 | 10111001 | 11010 | 101001 | 0 | 11011 | 100000110 | 100011 | 111010 |
Color Harmonies of #896DB9
Complementary color
Monochromatic Colors of #896DB9
Black with #896DB9
Text Example
Text Example
White with #896DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896DB9; }
p { color: rgb(137,109,185); }
H1.HeaderClassName
{
color: #896DB9;
}
.AnyTagClassName
{
color: #896DB9;
}
</style>
background-color css
<style>
a { background-color: #896DB9; }
a { background-color: rgb(137,109,185); }
div.DivClassName
{
background-color: #896DB9;
}
.BgClassName
{
background-color: #896DB9;
}
</style>
border-color css
<style>
span { border-color: #896DB9; }
span { border-color: rgb(137,109,185); }
td.TdClassName
{
border-color: #896DB9;
}
.TagClassName
{
border-color: #896DB9;
}
</style>