Shades of True V #896DCF
Tints of True V #896DCF
RGB
CMYK
RGB Variations
Color information
#896DCF (or 0x896DCF) is known color: True V. HEX triplet: 89, 6D and CF. RGB value is (137,109,207). Sum of RGB (Red+Green+Blue) = 137+109+207=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #896DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896DCF is #769230. Grayscale: #808080. Windows color (decimal): -7770673 or 13593993. OLE color: 13593993.
HSL color Cylindrical-coordinate representation of color #896DCF: hue angle of 257.14º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #896DCF is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 109 | 207 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.19 |
| HSL | 257.14º | 0.51% | 0.62% | - |
| HSV(B) | 257.14º | 0.47% | 0.81% | - |
| XYZ | 27.05 | 20.76 | 61.61 | - |
| YUV | 128.54 | 172.28 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 207 | 0.34 | 0.47 | 0 | 0.19 | 257.14 | 0.51 | 0.62 |
| Hex | 89 | 6D | CF | 22 | 2F | 0 | 13 | 101 | 33 | 3E |
| Octal | 211 | 155 | 317 | 42 | 57 | 0 | 23 | 401 | 63 | 76 |
| Binary | 10001001 | 1101101 | 11001111 | 100010 | 101111 | 0 | 10011 | 100000001 | 110011 | 111110 |
Color Harmonies of #896DCF
Complementary color
Monochromatic Colors of #896DCF
Black with #896DCF
Text Example
Text Example
White with #896DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896DCF; }
p { color: rgb(137,109,207); }
H1.HeaderClassName
{
color: #896DCF;
}
.AnyTagClassName
{
color: #896DCF;
}
</style>
background-color css
<style>
a { background-color: #896DCF; }
a { background-color: rgb(137,109,207); }
div.DivClassName
{
background-color: #896DCF;
}
.BgClassName
{
background-color: #896DCF;
}
</style>
border-color css
<style>
span { border-color: #896DCF; }
span { border-color: rgb(137,109,207); }
td.TdClassName
{
border-color: #896DCF;
}
.TagClassName
{
border-color: #896DCF;
}
</style>