Shades of True V #896AC2
Tints of True V #896AC2
RGB
CMYK
RGB Variations
Color information
#896AC2 (or 0x896AC2) is known color: True V. HEX triplet: 89, 6A and C2. RGB value is (137,106,194). Sum of RGB (Red+Green+Blue) = 137+106+194=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 194 (76.17% from 255 or 44.39% from 437); Max value from RGB is 194 - color contains mainly: blue. Hex color #896AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896AC2 is #76953D. Grayscale: #7C7C7C. Windows color (decimal): -7771454 or 12741257. OLE color: 12741257.
HSL color Cylindrical-coordinate representation of color #896AC2: hue angle of 261.14º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #896AC2 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 106 | 194 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.24 |
| HSL | 261.14º | 0.42% | 0.59% | - |
| HSV(B) | 261.14º | 0.45% | 0.76% | - |
| XYZ | 25.21 | 19.52 | 53.48 | - |
| YUV | 125.3 | 166.77 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 194 | 0.29 | 0.45 | 0 | 0.24 | 261.14 | 0.42 | 0.59 |
| Hex | 89 | 6A | C2 | 1D | 2D | 0 | 18 | 105 | 2A | 3B |
| Octal | 211 | 152 | 302 | 35 | 55 | 0 | 30 | 405 | 52 | 73 |
| Binary | 10001001 | 1101010 | 11000010 | 11101 | 101101 | 0 | 11000 | 100000101 | 101010 | 111011 |
Color Harmonies of #896AC2
Complementary color
Monochromatic Colors of #896AC2
Black with #896AC2
Text Example
Text Example
White with #896AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896AC2; }
p { color: rgb(137,106,194); }
H1.HeaderClassName
{
color: #896AC2;
}
.AnyTagClassName
{
color: #896AC2;
}
</style>
background-color css
<style>
a { background-color: #896AC2; }
a { background-color: rgb(137,106,194); }
div.DivClassName
{
background-color: #896AC2;
}
.BgClassName
{
background-color: #896AC2;
}
</style>
border-color css
<style>
span { border-color: #896AC2; }
span { border-color: rgb(137,106,194); }
td.TdClassName
{
border-color: #896AC2;
}
.TagClassName
{
border-color: #896AC2;
}
</style>