Shades of True V #8670BA
Tints of True V #8670BA
RGB
CMYK
RGB Variations
Color information
#8670BA (or 0x8670BA) is known color: True V. HEX triplet: 86, 70 and BA. RGB value is (134,112,186). Sum of RGB (Red+Green+Blue) = 134+112+186=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #8670BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8670BA is #798F45. Grayscale: #7E7E7E. Windows color (decimal): -7966534 or 12218502. OLE color: 12218502.
HSL color Cylindrical-coordinate representation of color #8670BA: hue angle of 257.84º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8670BA is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 112 | 186 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.27 |
| HSL | 257.84º | 0.35% | 0.58% | - |
| HSV(B) | 257.84º | 0.4% | 0.73% | - |
| XYZ | 24.49 | 20.2 | 49.06 | - |
| YUV | 127.01 | 161.29 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 112 | 186 | 0.28 | 0.40 | 0 | 0.27 | 257.84 | 0.35 | 0.58 |
| Hex | 86 | 70 | BA | 1C | 28 | 0 | 1B | 102 | 23 | 3A |
| Octal | 206 | 160 | 272 | 34 | 50 | 0 | 33 | 402 | 43 | 72 |
| Binary | 10000110 | 1110000 | 10111010 | 11100 | 101000 | 0 | 11011 | 100000010 | 100011 | 111010 |
Color Harmonies of #8670BA
Complementary color
Monochromatic Colors of #8670BA
Black with #8670BA
Text Example
Text Example
White with #8670BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8670BA; }
p { color: rgb(134,112,186); }
H1.HeaderClassName
{
color: #8670BA;
}
.AnyTagClassName
{
color: #8670BA;
}
</style>
background-color css
<style>
a { background-color: #8670BA; }
a { background-color: rgb(134,112,186); }
div.DivClassName
{
background-color: #8670BA;
}
.BgClassName
{
background-color: #8670BA;
}
</style>
border-color css
<style>
span { border-color: #8670BA; }
span { border-color: rgb(134,112,186); }
td.TdClassName
{
border-color: #8670BA;
}
.TagClassName
{
border-color: #8670BA;
}
</style>