Shades of True V #896DD1
Tints of True V #896DD1
RGB
CMYK
RGB Variations
Color information
#896DD1 (or 0x896DD1) is known color: True V. HEX triplet: 89, 6D and D1. RGB value is (137,109,209). Sum of RGB (Red+Green+Blue) = 137+109+209=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #896DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896DD1 is #76922E. Grayscale: #808080. Windows color (decimal): -7770671 or 13725065. OLE color: 13725065.
HSL color Cylindrical-coordinate representation of color #896DD1: hue angle of 256.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #896DD1 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 109 | 209 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.18 |
| HSL | 256.8º | 0.52% | 0.62% | - |
| HSV(B) | 256.8º | 0.48% | 0.82% | - |
| XYZ | 27.29 | 20.86 | 62.91 | - |
| YUV | 128.77 | 173.28 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 209 | 0.34 | 0.48 | 0 | 0.18 | 256.8 | 0.52 | 0.62 |
| Hex | 89 | 6D | D1 | 22 | 30 | 0 | 12 | 101 | 34 | 3E |
| Octal | 211 | 155 | 321 | 42 | 60 | 0 | 22 | 401 | 64 | 76 |
| Binary | 10001001 | 1101101 | 11010001 | 100010 | 110000 | 0 | 10010 | 100000001 | 110100 | 111110 |
Color Harmonies of #896DD1
Complementary color
Monochromatic Colors of #896DD1
Black with #896DD1
Text Example
Text Example
White with #896DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896DD1; }
p { color: rgb(137,109,209); }
H1.HeaderClassName
{
color: #896DD1;
}
.AnyTagClassName
{
color: #896DD1;
}
</style>
background-color css
<style>
a { background-color: #896DD1; }
a { background-color: rgb(137,109,209); }
div.DivClassName
{
background-color: #896DD1;
}
.BgClassName
{
background-color: #896DD1;
}
</style>
border-color css
<style>
span { border-color: #896DD1; }
span { border-color: rgb(137,109,209); }
td.TdClassName
{
border-color: #896DD1;
}
.TagClassName
{
border-color: #896DD1;
}
</style>