Shades of True V #896FCF
Tints of True V #896FCF
RGB
CMYK
RGB Variations
Color information
#896FCF (or 0x896FCF) is known color: True V. HEX triplet: 89, 6F and CF. RGB value is (137,111,207). Sum of RGB (Red+Green+Blue) = 137+111+207=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #896FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896FCF is #769030. Grayscale: #818181. Windows color (decimal): -7770161 or 13594505. OLE color: 13594505.
HSL color Cylindrical-coordinate representation of color #896FCF: hue angle of 256.25º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #896FCF is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 111 | 207 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.19 |
| HSL | 256.25º | 0.5% | 0.62% | - |
| HSV(B) | 256.25º | 0.46% | 0.81% | - |
| XYZ | 27.26 | 21.19 | 61.69 | - |
| YUV | 129.72 | 171.61 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 207 | 0.34 | 0.46 | 0 | 0.19 | 256.25 | 0.5 | 0.62 |
| Hex | 89 | 6F | CF | 22 | 2E | 0 | 13 | 100 | 32 | 3E |
| Octal | 211 | 157 | 317 | 42 | 56 | 0 | 23 | 400 | 62 | 76 |
| Binary | 10001001 | 1101111 | 11001111 | 100010 | 101110 | 0 | 10011 | 100000000 | 110010 | 111110 |
Color Harmonies of #896FCF
Complementary color
Monochromatic Colors of #896FCF
Black with #896FCF
Text Example
Text Example
White with #896FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896FCF; }
p { color: rgb(137,111,207); }
H1.HeaderClassName
{
color: #896FCF;
}
.AnyTagClassName
{
color: #896FCF;
}
</style>
background-color css
<style>
a { background-color: #896FCF; }
a { background-color: rgb(137,111,207); }
div.DivClassName
{
background-color: #896FCF;
}
.BgClassName
{
background-color: #896FCF;
}
</style>
border-color css
<style>
span { border-color: #896FCF; }
span { border-color: rgb(137,111,207); }
td.TdClassName
{
border-color: #896FCF;
}
.TagClassName
{
border-color: #896FCF;
}
</style>