Shades of True V #896DCD
Tints of True V #896DCD
RGB
CMYK
RGB Variations
Color information
#896DCD (or 0x896DCD) is known color: True V. HEX triplet: 89, 6D and CD. RGB value is (137,109,205). Sum of RGB (Red+Green+Blue) = 137+109+205=451 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.38% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #896DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896DCD is #769232. Grayscale: #7F7F7F. Windows color (decimal): -7770675 or 13462921. OLE color: 13462921.
HSL color Cylindrical-coordinate representation of color #896DCD: hue angle of 257.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #896DCD is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 109 | 205 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.20 |
| HSL | 257.5º | 0.49% | 0.62% | - |
| HSV(B) | 257.5º | 0.47% | 0.8% | - |
| XYZ | 26.8 | 20.66 | 60.33 | - |
| YUV | 128.32 | 171.28 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 205 | 0.33 | 0.47 | 0 | 0.20 | 257.5 | 0.49 | 0.62 |
| Hex | 89 | 6D | CD | 21 | 2F | 0 | 14 | 102 | 31 | 3E |
| Octal | 211 | 155 | 315 | 41 | 57 | 0 | 24 | 402 | 61 | 76 |
| Binary | 10001001 | 1101101 | 11001101 | 100001 | 101111 | 0 | 10100 | 100000010 | 110001 | 111110 |
Color Harmonies of #896DCD
Complementary color
Monochromatic Colors of #896DCD
Black with #896DCD
Text Example
Text Example
White with #896DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896DCD; }
p { color: rgb(137,109,205); }
H1.HeaderClassName
{
color: #896DCD;
}
.AnyTagClassName
{
color: #896DCD;
}
</style>
background-color css
<style>
a { background-color: #896DCD; }
a { background-color: rgb(137,109,205); }
div.DivClassName
{
background-color: #896DCD;
}
.BgClassName
{
background-color: #896DCD;
}
</style>
border-color css
<style>
span { border-color: #896DCD; }
span { border-color: rgb(137,109,205); }
td.TdClassName
{
border-color: #896DCD;
}
.TagClassName
{
border-color: #896DCD;
}
</style>