Shades of True V #896CCF
Tints of True V #896CCF
RGB
CMYK
RGB Variations
Color information
#896CCF (or 0x896CCF) is known color: True V. HEX triplet: 89, 6C and CF. RGB value is (137,108,207). Sum of RGB (Red+Green+Blue) = 137+108+207=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #896CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896CCF is #769330. Grayscale: #7F7F7F. Windows color (decimal): -7770929 or 13593737. OLE color: 13593737.
HSL color Cylindrical-coordinate representation of color #896CCF: hue angle of 257.58º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #896CCF is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 108 | 207 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.19 |
| HSL | 257.58º | 0.51% | 0.62% | - |
| HSV(B) | 257.58º | 0.48% | 0.81% | - |
| XYZ | 26.94 | 20.55 | 61.58 | - |
| YUV | 127.96 | 172.61 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 207 | 0.34 | 0.48 | 0 | 0.19 | 257.58 | 0.51 | 0.62 |
| Hex | 89 | 6C | CF | 22 | 30 | 0 | 13 | 102 | 33 | 3E |
| Octal | 211 | 154 | 317 | 42 | 60 | 0 | 23 | 402 | 63 | 76 |
| Binary | 10001001 | 1101100 | 11001111 | 100010 | 110000 | 0 | 10011 | 100000010 | 110011 | 111110 |
Color Harmonies of #896CCF
Complementary color
Monochromatic Colors of #896CCF
Black with #896CCF
Text Example
Text Example
White with #896CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896CCF; }
p { color: rgb(137,108,207); }
H1.HeaderClassName
{
color: #896CCF;
}
.AnyTagClassName
{
color: #896CCF;
}
</style>
background-color css
<style>
a { background-color: #896CCF; }
a { background-color: rgb(137,108,207); }
div.DivClassName
{
background-color: #896CCF;
}
.BgClassName
{
background-color: #896CCF;
}
</style>
border-color css
<style>
span { border-color: #896CCF; }
span { border-color: rgb(137,108,207); }
td.TdClassName
{
border-color: #896CCF;
}
.TagClassName
{
border-color: #896CCF;
}
</style>