Shades of True V #896AD1
Tints of True V #896AD1
RGB
CMYK
RGB Variations
Color information
#896AD1 (or 0x896AD1) is known color: True V. HEX triplet: 89, 6A and D1. RGB value is (137,106,209). Sum of RGB (Red+Green+Blue) = 137+106+209=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 209 - color contains mainly: blue. Hex color #896AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896AD1 is #76952E. Grayscale: #7E7E7E. Windows color (decimal): -7771439 or 13724297. OLE color: 13724297.
HSL color Cylindrical-coordinate representation of color #896AD1: hue angle of 258.06º degrees, saturation: 0.53, 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 #896AD1 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 106 | 209 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.18 |
| HSL | 258.06º | 0.53% | 0.62% | - |
| HSV(B) | 258.06º | 0.49% | 0.82% | - |
| XYZ | 26.98 | 20.23 | 62.8 | - |
| YUV | 127.01 | 174.27 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 209 | 0.34 | 0.49 | 0 | 0.18 | 258.06 | 0.53 | 0.62 |
| Hex | 89 | 6A | D1 | 22 | 31 | 0 | 12 | 102 | 35 | 3E |
| Octal | 211 | 152 | 321 | 42 | 61 | 0 | 22 | 402 | 65 | 76 |
| Binary | 10001001 | 1101010 | 11010001 | 100010 | 110001 | 0 | 10010 | 100000010 | 110101 | 111110 |
Color Harmonies of #896AD1
Complementary color
Monochromatic Colors of #896AD1
Black with #896AD1
Text Example
Text Example
White with #896AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896AD1; }
p { color: rgb(137,106,209); }
H1.HeaderClassName
{
color: #896AD1;
}
.AnyTagClassName
{
color: #896AD1;
}
</style>
background-color css
<style>
a { background-color: #896AD1; }
a { background-color: rgb(137,106,209); }
div.DivClassName
{
background-color: #896AD1;
}
.BgClassName
{
background-color: #896AD1;
}
</style>
border-color css
<style>
span { border-color: #896AD1; }
span { border-color: rgb(137,106,209); }
td.TdClassName
{
border-color: #896AD1;
}
.TagClassName
{
border-color: #896AD1;
}
</style>