Shades of True V #896ACF
Tints of True V #896ACF
RGB
CMYK
RGB Variations
Color information
#896ACF (or 0x896ACF) is known color: True V. HEX triplet: 89, 6A and CF. RGB value is (137,106,207). Sum of RGB (Red+Green+Blue) = 137+106+207=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #896ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896ACF is #769530. Grayscale: #7E7E7E. Windows color (decimal): -7771441 or 13593225. OLE color: 13593225.
HSL color Cylindrical-coordinate representation of color #896ACF: hue angle of 258.42º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #896ACF is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 106 | 207 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.19 |
| HSL | 258.42º | 0.51% | 0.61% | - |
| HSV(B) | 258.42º | 0.49% | 0.81% | - |
| XYZ | 26.73 | 20.13 | 61.51 | - |
| YUV | 126.78 | 173.27 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 207 | 0.34 | 0.49 | 0 | 0.19 | 258.42 | 0.51 | 0.61 |
| Hex | 89 | 6A | CF | 22 | 31 | 0 | 13 | 102 | 33 | 3D |
| Octal | 211 | 152 | 317 | 42 | 61 | 0 | 23 | 402 | 63 | 75 |
| Binary | 10001001 | 1101010 | 11001111 | 100010 | 110001 | 0 | 10011 | 100000010 | 110011 | 111101 |
Color Harmonies of #896ACF
Complementary color
Monochromatic Colors of #896ACF
Black with #896ACF
Text Example
Text Example
White with #896ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896ACF; }
p { color: rgb(137,106,207); }
H1.HeaderClassName
{
color: #896ACF;
}
.AnyTagClassName
{
color: #896ACF;
}
</style>
background-color css
<style>
a { background-color: #896ACF; }
a { background-color: rgb(137,106,207); }
div.DivClassName
{
background-color: #896ACF;
}
.BgClassName
{
background-color: #896ACF;
}
</style>
border-color css
<style>
span { border-color: #896ACF; }
span { border-color: rgb(137,106,207); }
td.TdClassName
{
border-color: #896ACF;
}
.TagClassName
{
border-color: #896ACF;
}
</style>