Shades of True V #896BD0
Tints of True V #896BD0
RGB
CMYK
RGB Variations
Color information
#896BD0 (or 0x896BD0) is known color: True V. HEX triplet: 89, 6B and D0. RGB value is (137,107,208). Sum of RGB (Red+Green+Blue) = 137+107+208=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #896BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896BD0 is #76942F. Grayscale: #7F7F7F. Windows color (decimal): -7771184 or 13659017. OLE color: 13659017.
HSL color Cylindrical-coordinate representation of color #896BD0: hue angle of 257.82º degrees, saturation: 0.52, 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 #896BD0 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 107 | 208 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.18 |
| HSL | 257.82º | 0.52% | 0.62% | - |
| HSV(B) | 257.82º | 0.49% | 0.82% | - |
| XYZ | 26.96 | 20.39 | 62.19 | - |
| YUV | 127.48 | 173.44 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 208 | 0.34 | 0.49 | 0 | 0.18 | 257.82 | 0.52 | 0.62 |
| Hex | 89 | 6B | D0 | 22 | 31 | 0 | 12 | 102 | 34 | 3E |
| Octal | 211 | 153 | 320 | 42 | 61 | 0 | 22 | 402 | 64 | 76 |
| Binary | 10001001 | 1101011 | 11010000 | 100010 | 110001 | 0 | 10010 | 100000010 | 110100 | 111110 |
Color Harmonies of #896BD0
Complementary color
Monochromatic Colors of #896BD0
Black with #896BD0
Text Example
Text Example
White with #896BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896BD0; }
p { color: rgb(137,107,208); }
H1.HeaderClassName
{
color: #896BD0;
}
.AnyTagClassName
{
color: #896BD0;
}
</style>
background-color css
<style>
a { background-color: #896BD0; }
a { background-color: rgb(137,107,208); }
div.DivClassName
{
background-color: #896BD0;
}
.BgClassName
{
background-color: #896BD0;
}
</style>
border-color css
<style>
span { border-color: #896BD0; }
span { border-color: rgb(137,107,208); }
td.TdClassName
{
border-color: #896BD0;
}
.TagClassName
{
border-color: #896BD0;
}
</style>