Shades of True V #866FBD
Tints of True V #866FBD
RGB
CMYK
RGB Variations
Color information
#866FBD (or 0x866FBD) is known color: True V. HEX triplet: 86, 6F and BD. RGB value is (134,111,189). Sum of RGB (Red+Green+Blue) = 134+111+189=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #866FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866FBD is #799042. Grayscale: #7E7E7E. Windows color (decimal): -7966787 or 12414854. OLE color: 12414854.
HSL color Cylindrical-coordinate representation of color #866FBD: hue angle of 257.69º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #866FBD is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 111 | 189 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.26 |
| HSL | 257.69º | 0.37% | 0.59% | - |
| HSV(B) | 257.69º | 0.41% | 0.74% | - |
| XYZ | 24.7 | 20.11 | 50.72 | - |
| YUV | 126.77 | 163.12 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 189 | 0.29 | 0.41 | 0 | 0.26 | 257.69 | 0.37 | 0.59 |
| Hex | 86 | 6F | BD | 1D | 29 | 0 | 1A | 102 | 25 | 3B |
| Octal | 206 | 157 | 275 | 35 | 51 | 0 | 32 | 402 | 45 | 73 |
| Binary | 10000110 | 1101111 | 10111101 | 11101 | 101001 | 0 | 11010 | 100000010 | 100101 | 111011 |
Color Harmonies of #866FBD
Complementary color
Monochromatic Colors of #866FBD
Black with #866FBD
Text Example
Text Example
White with #866FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866FBD; }
p { color: rgb(134,111,189); }
H1.HeaderClassName
{
color: #866FBD;
}
.AnyTagClassName
{
color: #866FBD;
}
</style>
background-color css
<style>
a { background-color: #866FBD; }
a { background-color: rgb(134,111,189); }
div.DivClassName
{
background-color: #866FBD;
}
.BgClassName
{
background-color: #866FBD;
}
</style>
border-color css
<style>
span { border-color: #866FBD; }
span { border-color: rgb(134,111,189); }
td.TdClassName
{
border-color: #866FBD;
}
.TagClassName
{
border-color: #866FBD;
}
</style>