Shades of True V #896ECB
Tints of True V #896ECB
RGB
CMYK
RGB Variations
Color information
#896ECB (or 0x896ECB) is known color: True V. HEX triplet: 89, 6E and CB. RGB value is (137,110,203). Sum of RGB (Red+Green+Blue) = 137+110+203=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #896ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896ECB is #769134. Grayscale: #808080. Windows color (decimal): -7770421 or 13332105. OLE color: 13332105.
HSL color Cylindrical-coordinate representation of color #896ECB: hue angle of 257.42º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #896ECB is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 110 | 203 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.20 |
| HSL | 257.42º | 0.47% | 0.61% | - |
| HSV(B) | 257.42º | 0.46% | 0.8% | - |
| XYZ | 26.67 | 20.78 | 59.11 | - |
| YUV | 128.68 | 169.95 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 110 | 203 | 0.33 | 0.46 | 0 | 0.20 | 257.42 | 0.47 | 0.61 |
| Hex | 89 | 6E | CB | 21 | 2E | 0 | 14 | 101 | 2F | 3D |
| Octal | 211 | 156 | 313 | 41 | 56 | 0 | 24 | 401 | 57 | 75 |
| Binary | 10001001 | 1101110 | 11001011 | 100001 | 101110 | 0 | 10100 | 100000001 | 101111 | 111101 |
Color Harmonies of #896ECB
Complementary color
Monochromatic Colors of #896ECB
Black with #896ECB
Text Example
Text Example
White with #896ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896ECB; }
p { color: rgb(137,110,203); }
H1.HeaderClassName
{
color: #896ECB;
}
.AnyTagClassName
{
color: #896ECB;
}
</style>
background-color css
<style>
a { background-color: #896ECB; }
a { background-color: rgb(137,110,203); }
div.DivClassName
{
background-color: #896ECB;
}
.BgClassName
{
background-color: #896ECB;
}
</style>
border-color css
<style>
span { border-color: #896ECB; }
span { border-color: rgb(137,110,203); }
td.TdClassName
{
border-color: #896ECB;
}
.TagClassName
{
border-color: #896ECB;
}
</style>