Shades of True V #896CC2
Tints of True V #896CC2
RGB
CMYK
RGB Variations
Color information
#896CC2 (or 0x896CC2) is known color: True V. HEX triplet: 89, 6C and C2. RGB value is (137,108,194). Sum of RGB (Red+Green+Blue) = 137+108+194=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 194 - color contains mainly: blue. Hex color #896CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896CC2 is #76933D. Grayscale: #7E7E7E. Windows color (decimal): -7770942 or 12741769. OLE color: 12741769.
HSL color Cylindrical-coordinate representation of color #896CC2: hue angle of 260.23º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #896CC2 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 108 | 194 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.24 |
| HSL | 260.23º | 0.41% | 0.59% | - |
| HSV(B) | 260.23º | 0.44% | 0.76% | - |
| XYZ | 25.42 | 19.94 | 53.55 | - |
| YUV | 126.48 | 166.11 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 194 | 0.29 | 0.44 | 0 | 0.24 | 260.23 | 0.41 | 0.59 |
| Hex | 89 | 6C | C2 | 1D | 2C | 0 | 18 | 104 | 29 | 3B |
| Octal | 211 | 154 | 302 | 35 | 54 | 0 | 30 | 404 | 51 | 73 |
| Binary | 10001001 | 1101100 | 11000010 | 11101 | 101100 | 0 | 11000 | 100000100 | 101001 | 111011 |
Color Harmonies of #896CC2
Complementary color
Monochromatic Colors of #896CC2
Black with #896CC2
Text Example
Text Example
White with #896CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896CC2; }
p { color: rgb(137,108,194); }
H1.HeaderClassName
{
color: #896CC2;
}
.AnyTagClassName
{
color: #896CC2;
}
</style>
background-color css
<style>
a { background-color: #896CC2; }
a { background-color: rgb(137,108,194); }
div.DivClassName
{
background-color: #896CC2;
}
.BgClassName
{
background-color: #896CC2;
}
</style>
border-color css
<style>
span { border-color: #896CC2; }
span { border-color: rgb(137,108,194); }
td.TdClassName
{
border-color: #896CC2;
}
.TagClassName
{
border-color: #896CC2;
}
</style>