Shades of True V #896EC1
Tints of True V #896EC1
RGB
CMYK
RGB Variations
Color information
#896EC1 (or 0x896EC1) is known color: True V. HEX triplet: 89, 6E and C1. RGB value is (137,110,193). Sum of RGB (Red+Green+Blue) = 137+110+193=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #896EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896EC1 is #76913E. Grayscale: #7F7F7F. Windows color (decimal): -7770431 or 12676745. OLE color: 12676745.
HSL color Cylindrical-coordinate representation of color #896EC1: hue angle of 259.52º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #896EC1 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 110 | 193 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.24 |
| HSL | 259.52º | 0.4% | 0.59% | - |
| HSV(B) | 259.52º | 0.43% | 0.76% | - |
| XYZ | 25.52 | 20.32 | 53.03 | - |
| YUV | 127.54 | 164.95 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 110 | 193 | 0.29 | 0.43 | 0 | 0.24 | 259.52 | 0.4 | 0.59 |
| Hex | 89 | 6E | C1 | 1D | 2B | 0 | 18 | 104 | 28 | 3B |
| Octal | 211 | 156 | 301 | 35 | 53 | 0 | 30 | 404 | 50 | 73 |
| Binary | 10001001 | 1101110 | 11000001 | 11101 | 101011 | 0 | 11000 | 100000100 | 101000 | 111011 |
Color Harmonies of #896EC1
Complementary color
Monochromatic Colors of #896EC1
Black with #896EC1
Text Example
Text Example
White with #896EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896EC1; }
p { color: rgb(137,110,193); }
H1.HeaderClassName
{
color: #896EC1;
}
.AnyTagClassName
{
color: #896EC1;
}
</style>
background-color css
<style>
a { background-color: #896EC1; }
a { background-color: rgb(137,110,193); }
div.DivClassName
{
background-color: #896EC1;
}
.BgClassName
{
background-color: #896EC1;
}
</style>
border-color css
<style>
span { border-color: #896EC1; }
span { border-color: rgb(137,110,193); }
td.TdClassName
{
border-color: #896EC1;
}
.TagClassName
{
border-color: #896EC1;
}
</style>