Shades of True V #866DBC
Tints of True V #866DBC
RGB
CMYK
RGB Variations
Color information
#866DBC (or 0x866DBC) is known color: True V. HEX triplet: 86, 6D and BC. RGB value is (134,109,188). Sum of RGB (Red+Green+Blue) = 134+109+188=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #866DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DBC is #799243. Grayscale: #7D7D7D. Windows color (decimal): -7967300 or 12348806. OLE color: 12348806.
HSL color Cylindrical-coordinate representation of color #866DBC: hue angle of 258.99º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #866DBC is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 109 | 188 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.26 |
| HSL | 258.99º | 0.37% | 0.58% | - |
| HSV(B) | 258.99º | 0.42% | 0.74% | - |
| XYZ | 24.38 | 19.64 | 50.08 | - |
| YUV | 125.48 | 163.28 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 188 | 0.29 | 0.42 | 0 | 0.26 | 258.99 | 0.37 | 0.58 |
| Hex | 86 | 6D | BC | 1D | 2A | 0 | 1A | 103 | 25 | 3A |
| Octal | 206 | 155 | 274 | 35 | 52 | 0 | 32 | 403 | 45 | 72 |
| Binary | 10000110 | 1101101 | 10111100 | 11101 | 101010 | 0 | 11010 | 100000011 | 100101 | 111010 |
Color Harmonies of #866DBC
Complementary color
Monochromatic Colors of #866DBC
Black with #866DBC
Text Example
Text Example
White with #866DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866DBC; }
p { color: rgb(134,109,188); }
H1.HeaderClassName
{
color: #866DBC;
}
.AnyTagClassName
{
color: #866DBC;
}
</style>
background-color css
<style>
a { background-color: #866DBC; }
a { background-color: rgb(134,109,188); }
div.DivClassName
{
background-color: #866DBC;
}
.BgClassName
{
background-color: #866DBC;
}
</style>
border-color css
<style>
span { border-color: #866DBC; }
span { border-color: rgb(134,109,188); }
td.TdClassName
{
border-color: #866DBC;
}
.TagClassName
{
border-color: #866DBC;
}
</style>