Shades of True V #896BD1
Tints of True V #896BD1
RGB
CMYK
RGB Variations
Color information
#896BD1 (or 0x896BD1) is known color: True V. HEX triplet: 89, 6B and D1. RGB value is (137,107,209). Sum of RGB (Red+Green+Blue) = 137+107+209=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #896BD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896BD1 is #76942E. Grayscale: #7F7F7F. Windows color (decimal): -7771183 or 13724553. OLE color: 13724553.
HSL color Cylindrical-coordinate representation of color #896BD1: hue angle of 257.65º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #896BD1 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 107 | 209 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.18 |
| HSL | 257.65º | 0.53% | 0.62% | - |
| HSV(B) | 257.65º | 0.49% | 0.82% | - |
| XYZ | 27.08 | 20.44 | 62.84 | - |
| YUV | 127.6 | 173.94 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 209 | 0.34 | 0.49 | 0 | 0.18 | 257.65 | 0.53 | 0.62 |
| Hex | 89 | 6B | D1 | 22 | 31 | 0 | 12 | 102 | 35 | 3E |
| Octal | 211 | 153 | 321 | 42 | 61 | 0 | 22 | 402 | 65 | 76 |
| Binary | 10001001 | 1101011 | 11010001 | 100010 | 110001 | 0 | 10010 | 100000010 | 110101 | 111110 |
Color Harmonies of #896BD1
Complementary color
Monochromatic Colors of #896BD1
Black with #896BD1
Text Example
Text Example
White with #896BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896BD1; }
p { color: rgb(137,107,209); }
H1.HeaderClassName
{
color: #896BD1;
}
.AnyTagClassName
{
color: #896BD1;
}
</style>
background-color css
<style>
a { background-color: #896BD1; }
a { background-color: rgb(137,107,209); }
div.DivClassName
{
background-color: #896BD1;
}
.BgClassName
{
background-color: #896BD1;
}
</style>
border-color css
<style>
span { border-color: #896BD1; }
span { border-color: rgb(137,107,209); }
td.TdClassName
{
border-color: #896BD1;
}
.TagClassName
{
border-color: #896BD1;
}
</style>