Shades of True V #8671BA
Tints of True V #8671BA
RGB
CMYK
RGB Variations
Color information
#8671BA (or 0x8671BA) is known color: True V. HEX triplet: 86, 71 and BA. RGB value is (134,113,186). Sum of RGB (Red+Green+Blue) = 134+113+186=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #8671BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8671BA is #798E45. Grayscale: #7F7F7F. Windows color (decimal): -7966278 or 12218758. OLE color: 12218758.
HSL color Cylindrical-coordinate representation of color #8671BA: hue angle of 257.26º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8671BA is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 113 | 186 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.27 |
| HSL | 257.26º | 0.35% | 0.59% | - |
| HSV(B) | 257.26º | 0.39% | 0.73% | - |
| XYZ | 24.6 | 20.42 | 49.1 | - |
| YUV | 127.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 186 | 0.28 | 0.39 | 0 | 0.27 | 257.26 | 0.35 | 0.59 |
| Hex | 86 | 71 | BA | 1C | 27 | 0 | 1B | 101 | 23 | 3B |
| Octal | 206 | 161 | 272 | 34 | 47 | 0 | 33 | 401 | 43 | 73 |
| Binary | 10000110 | 1110001 | 10111010 | 11100 | 100111 | 0 | 11011 | 100000001 | 100011 | 111011 |
Color Harmonies of #8671BA
Complementary color
Monochromatic Colors of #8671BA
Black with #8671BA
Text Example
Text Example
White with #8671BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8671BA; }
p { color: rgb(134,113,186); }
H1.HeaderClassName
{
color: #8671BA;
}
.AnyTagClassName
{
color: #8671BA;
}
</style>
background-color css
<style>
a { background-color: #8671BA; }
a { background-color: rgb(134,113,186); }
div.DivClassName
{
background-color: #8671BA;
}
.BgClassName
{
background-color: #8671BA;
}
</style>
border-color css
<style>
span { border-color: #8671BA; }
span { border-color: rgb(134,113,186); }
td.TdClassName
{
border-color: #8671BA;
}
.TagClassName
{
border-color: #8671BA;
}
</style>