Shades of True V #896ECF
Tints of True V #896ECF
RGB
CMYK
RGB Variations
Color information
#896ECF (or 0x896ECF) is known color: True V. HEX triplet: 89, 6E and CF. RGB value is (137,110,207). Sum of RGB (Red+Green+Blue) = 137+110+207=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #896ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896ECF is #769130. Grayscale: #808080. Windows color (decimal): -7770417 or 13594249. OLE color: 13594249.
HSL color Cylindrical-coordinate representation of color #896ECF: hue angle of 256.7º degrees, saturation: 0.5, 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 #896ECF is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 110 | 207 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.19 |
| HSL | 256.7º | 0.5% | 0.62% | - |
| HSV(B) | 256.7º | 0.47% | 0.81% | - |
| XYZ | 27.15 | 20.98 | 61.65 | - |
| YUV | 129.13 | 171.95 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 110 | 207 | 0.34 | 0.47 | 0 | 0.19 | 256.7 | 0.5 | 0.62 |
| Hex | 89 | 6E | CF | 22 | 2F | 0 | 13 | 101 | 32 | 3E |
| Octal | 211 | 156 | 317 | 42 | 57 | 0 | 23 | 401 | 62 | 76 |
| Binary | 10001001 | 1101110 | 11001111 | 100010 | 101111 | 0 | 10011 | 100000001 | 110010 | 111110 |
Color Harmonies of #896ECF
Complementary color
Monochromatic Colors of #896ECF
Black with #896ECF
Text Example
Text Example
White with #896ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896ECF; }
p { color: rgb(137,110,207); }
H1.HeaderClassName
{
color: #896ECF;
}
.AnyTagClassName
{
color: #896ECF;
}
</style>
background-color css
<style>
a { background-color: #896ECF; }
a { background-color: rgb(137,110,207); }
div.DivClassName
{
background-color: #896ECF;
}
.BgClassName
{
background-color: #896ECF;
}
</style>
border-color css
<style>
span { border-color: #896ECF; }
span { border-color: rgb(137,110,207); }
td.TdClassName
{
border-color: #896ECF;
}
.TagClassName
{
border-color: #896ECF;
}
</style>